Skip to content

Commit

Permalink
chore: replace deprecated goreleaser config property (#905)
Browse files Browse the repository at this point in the history
```
  • DEPRECATED:  snapshot.name_template  should not be used anymore, check https://goreleaser.com/deprecations#snapshotnametemplate for more info
```
  • Loading branch information
jooola authored Nov 8, 2024
1 parent 64b44d5 commit 5066d3b
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 @@ -36,7 +36,7 @@ builds:
output: true
snapshot:
name_template: "{{ .Version }}-dev+{{ .ShortCommit }}"
version_template: "{{ .Version }}-dev+{{ .ShortCommit }}"

checksum:
name_template: checksums.txt
Expand Down

0 comments on commit 5066d3b

Please sign in to comment.