From 1544d95d44e003f9b4e187317135f908490a4345 Mon Sep 17 00:00:00 2001 From: Sascha Grunert Date: Thu, 21 Nov 2024 10:04:18 +0100 Subject: [PATCH] Fix goreleaser deprecation notice Goreleaser complains that `snapshot.name_template` is deprecated and we should use `version_template` now by: https://goreleaser.com/deprecations#snapshotnametemplate Signed-off-by: Sascha Grunert --- .goreleaser.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index b70f542f53f..58df3066617 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -141,7 +141,7 @@ checksum: name_template: 'checksums.txt' snapshot: - name_template: "{{ .Tag }}-next" + version_template: "{{ .Tag }}-next" release: github: