Skip to content

Commit

Permalink
Merge pull request #256 from matt-mazzucato/fix-goreleaser-yml
Browse files Browse the repository at this point in the history
Fix goreleaser.yml
  • Loading branch information
Annopaolo authored Sep 2, 2024
2 parents a1fe381 + b2fbd50 commit 020439c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,12 +68,12 @@ nfpms:
checksum:
name_template: 'checksums.txt'
snapshot:
name_template: "{{ .Tag }}-next"
version_template: "{{ .Tag }}-next"
release:
prerelease: auto
name_template: "astartectl {{.Version}}"
# Release as a draft, after review and changelog we'll release manually
draft: true
changelog:
# We have our own way to track changes
skip: true
disable: true

0 comments on commit 020439c

Please sign in to comment.