From 5860d44ab7347440e55cc59d09a5f8338f4d65d4 Mon Sep 17 00:00:00 2001 From: Subrajeet Maharana <63863201+subrajeet-maharana@users.noreply.github.com> Date: Mon, 30 Dec 2024 08:50:13 +0530 Subject: [PATCH] fix/update .goreleaser.yaml file (#207) --- .goreleaser.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.goreleaser.yaml b/.goreleaser.yaml index 78bdde29..d55ca63e 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -1,4 +1,5 @@ # goreleaser documentation at https://goreleaser.com +version: 2 before: hooks: # You may remove this if you don't use go modules. @@ -30,7 +31,7 @@ archives: checksum: name_template: 'checksums.txt' snapshot: - name_template: "{{ incpatch .Version }}-next" + version_template: "{{ incpatch .Version }}-next" release: draft: true name_template: "Release-v{{.Version}}"