Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The Chocolatey packages are stuck in moderation since they currently download/install packages without checksums: https://community.chocolatey.org/packages/gauge/1.5.7
This change makes the Windows packages available to the Choco package release step, since the checksums don't seem to be in some other metadata.
Checksums are mandatory within Chocolatey packages now so these are needed to be able to generate the package install script. Dependent on getgauge/chocolatey-packages@406b9d7 which computes the checksums and changes the templating of the package accordingly, so you get a
chocolateyInstall.ps1
likeThe
package.ps1
for generation has been validated on Windows 11.