Skip to content

Commit

Permalink
Prevent snapshot from incrementing version
Browse files Browse the repository at this point in the history
  • Loading branch information
CannonLock committed Dec 3, 2024
1 parent 1f190a1 commit 5a039da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ archives:
checksum:
name_template: 'checksums.txt'
snapshot:
name_template: "{{ incpatch .Version }}-next"
name_template: "{{ .Version }}"
changelog:
sort: asc
filters:
Expand Down

0 comments on commit 5a039da

Please sign in to comment.