We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a1fe381 + b2fbd50 commit 020439cCopy full SHA for 020439c
.goreleaser.yml
@@ -68,12 +68,12 @@ nfpms:
68
checksum:
69
name_template: 'checksums.txt'
70
snapshot:
71
- name_template: "{{ .Tag }}-next"
+ version_template: "{{ .Tag }}-next"
72
release:
73
prerelease: auto
74
name_template: "astartectl {{.Version}}"
75
# Release as a draft, after review and changelog we'll release manually
76
draft: true
77
changelog:
78
# We have our own way to track changes
79
- skip: true
+ disable: true
0 commit comments