Skip to content

Commit

Permalink
ci: fix goreleaser check deprecation warning (backport #3795) (#3797)
Browse files Browse the repository at this point in the history
Closes #3793 by
resolving this [deprecation
notice](https://goreleaser.com/deprecations/#snapshotname_template)<hr>This
is an automatic backport of pull request #3795 done by
[Mergify](https://mergify.com).

Co-authored-by: Rootul P <rootulp@gmail.com>
  • Loading branch information
mergify[bot] and rootulp committed Aug 20, 2024
1 parent 5cf56ff commit f378ff5
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 @@ -108,7 +108,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 f378ff5

Please sign in to comment.