We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9b64aa commit 249863dCopy full SHA for 249863d
.goreleaser.yml
@@ -56,6 +56,8 @@ release:
56
name_template: '{{ .ProjectName }}_{{ .Version }}_manifest.json'
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 }}
61
changelog:
62
# see https://goreleaser.com/customization/changelog/
63
use: github-native
0 commit comments