We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34d7322 commit 2210202Copy full SHA for 2210202
.goreleaser.yml
@@ -57,7 +57,7 @@ release:
57
# If you want to manually examine the release before its live, uncomment this line:
58
# draft: true
59
prerelease: auto
60
- make_latest: {{ eq (.Prerelease | len) 0 }}
+ make_latest: {{ not .Prerelease }}
61
changelog:
62
# see https://goreleaser.com/customization/changelog/
63
use: github-native
0 commit comments