From b831b828e1144be4ac04d63775cb29f89288dbd7 Mon Sep 17 00:00:00 2001 From: Mike Fridman Date: Tue, 17 Sep 2024 08:42:52 -0400 Subject: [PATCH] chore: fix goreleaser deprecation notice --- .goreleaser.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.goreleaser.yaml b/.goreleaser.yaml index 1f34ff47b..6af0cae5b 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -31,6 +31,6 @@ archives: checksum: name_template: "checksums.txt" snapshot: - name_template: "{{ incpatch .Version }}-next" + version_template: "{{ incpatch .Version }}-next" changelog: use: github-native