We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fadfafe commit 34d7322Copy full SHA for 34d7322
.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: "{{ not .Prerelease }}"
+ make_latest: {{ eq (.Prerelease | len) 0 }}
61
changelog:
62
# see https://goreleaser.com/customization/changelog/
63
use: github-native
0 commit comments