We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4160843 commit b92931bCopy full SHA for b92931b
Makefile
@@ -134,7 +134,7 @@ sign-windows-installer:
134
135
package-chocolatey: ## Create Chocolatey .nupkg file
136
# This needs to run in a Docker container based on the Dockerfile.chocolatey image!
137
- dist/chocolatey/gensha.sh $(COLLECTOR_VERSION) $(WINDOWS_INSTALLER_VERSION)
+ dist/chocolatey/gensha.sh $(COLLECTOR_VERSION)$(COLLECTOR_VERSION_SUFFIX) $(WINDOWS_INSTALLER_VERSION)
138
# The fourth number in Chocolatey (NuGet) is the revision.
139
# See: https://learn.microsoft.com/en-us/nuget/concepts/package-versioning#where-nugetversion-diverges-from-semantic-versioning
140
cd dist/chocolatey && choco pack graylog-sidecar.nuspec --version $(CHOCOLATEY_VERSION) --out ../pkg
0 commit comments