Skip to content

Commit

Permalink
use snapshot.version_template
Browse files Browse the repository at this point in the history
Do not use snapshot.name_template in the .goreleaser.yaml use snapshot.version_template (non-deprecated)
  • Loading branch information
tempusfrangit authored Oct 3, 2024
1 parent db5ff45 commit 58f8fcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ archives:
checksum:
name_template: "checksums.txt"
snapshot:
name_template: "{{ incminor .Version }}-devbuild"
version_template: "{{ incminor .Version }}-devbuild"
universal_binaries:
- replace: false
changelog:
Expand Down

0 comments on commit 58f8fcc

Please sign in to comment.