Skip to content

Commit

Permalink
Fix goreleaser deprecation notice
Browse files Browse the repository at this point in the history
Goreleaser complains that `snapshot.name_template` is deprecated and we
should use `version_template` now by:
https://goreleaser.com/deprecations#snapshotnametemplate

Signed-off-by: Sascha Grunert <[email protected]>
  • Loading branch information
saschagrunert committed Nov 21, 2024
1 parent b723b17 commit 1544d95
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 @@ -141,7 +141,7 @@ checksum:
name_template: 'checksums.txt'

snapshot:
name_template: "{{ .Tag }}-next"
version_template: "{{ .Tag }}-next"

release:
github:
Expand Down

0 comments on commit 1544d95

Please sign in to comment.