Skip to content

Commit

Permalink
Merge pull request PelicanPlatform#1790 from CannonLock/fix-docker-ve…
Browse files Browse the repository at this point in the history
…rsion

Prevent snapshot from incrementing version
  • Loading branch information
jhiemstrawisc authored Dec 17, 2024
2 parents 168e635 + 5a039da commit 8a715c2
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 @@ -95,7 +95,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 8a715c2

Please sign in to comment.