Skip to content

Commit

Permalink
Fix GoReleaser deprecation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
HeavyWombat committed Aug 26, 2024
1 parent 5bc9368 commit 79e4137
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 @@ -21,7 +21,7 @@ checksum:
name_template: 'checksums.txt'

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

release:
name_template: "{{.ProjectName}} release v{{.Version}}"
Expand Down

0 comments on commit 79e4137

Please sign in to comment.