From f378ff5ae5a32d0c132103a488e1e20baa7eabaf Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Tue, 20 Aug 2024 16:48:46 -0700 Subject: [PATCH] ci: fix goreleaser check deprecation warning (backport #3795) (#3797) Closes https://github.com/celestiaorg/celestia-app/issues/3793 by resolving this [deprecation notice](https://goreleaser.com/deprecations/#snapshotname_template)
This is an automatic backport of pull request #3795 done by [Mergify](https://mergify.com). Co-authored-by: Rootul P --- .goreleaser.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.goreleaser.yaml b/.goreleaser.yaml index 950143a3f1..c8ce5cff64 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -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: