Skip to content

Commit 020439c

Browse files
authored
Merge pull request #256 from matt-mazzucato/fix-goreleaser-yml
Fix goreleaser.yml
2 parents a1fe381 + b2fbd50 commit 020439c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.goreleaser.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,12 +68,12 @@ nfpms:
6868
checksum:
6969
name_template: 'checksums.txt'
7070
snapshot:
71-
name_template: "{{ .Tag }}-next"
71+
version_template: "{{ .Tag }}-next"
7272
release:
7373
prerelease: auto
7474
name_template: "astartectl {{.Version}}"
7575
# Release as a draft, after review and changelog we'll release manually
7676
draft: true
7777
changelog:
7878
# We have our own way to track changes
79-
skip: true
79+
disable: true

0 commit comments

Comments
 (0)