Skip to content

Commit

Permalink
ci: fix goreleaser check deprecation warning (#3795)
Browse files Browse the repository at this point in the history
Closes #3793 by
resolving this [deprecation
notice](https://goreleaser.com/deprecations/#snapshotname_template)

(cherry picked from commit 02f0825)
  • Loading branch information
rootulp authored and mergify[bot] committed Aug 20, 2024
1 parent d118a62 commit 82d54f1
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 @@ -107,7 +107,7 @@ archives:
checksum:
name_template: "checksums.txt"
snapshot:
name_template: "{{ incpatch .Version }}-next"
version_template: "{{ incpatch .Version }}-next"
changelog:
sort: asc
filters:
Expand Down

0 comments on commit 82d54f1

Please sign in to comment.