From f07c22ac5ecbfb6a7266076eb4c522b973ea6c42 Mon Sep 17 00:00:00 2001 From: cpanato Date: Tue, 10 Sep 2024 13:55:35 -0500 Subject: [PATCH] update deprecated options Signed-off-by: cpanato --- .goreleaser.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index f78000cf9f..5f55cc4f3f 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -1,4 +1,5 @@ -# Make sure to check the documentation at http://goreleaser.com +version: 2 + before: hooks: - go mod tidy @@ -65,7 +66,7 @@ checksum: name_template: 'checksums.txt' snapshot: - name_template: "{{ .Tag }}-next" + version_template: "{{ .Tag }}-next" changelog: sort: asc