From 0d4b027a08a1b57810c7edabbd9718e770a0ff22 Mon Sep 17 00:00:00 2001 From: Timothy Date: Sat, 9 Nov 2024 21:28:38 +0800 Subject: [PATCH] update goreleaser config file --- .goreleaser.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.goreleaser.yaml b/.goreleaser.yaml index 52769bff..63455c84 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -1,4 +1,4 @@ -# This is an example .goreleaser.yml file with some sensible defaults. +version: 2 # Make sure to check the documentation at https://goreleaser.com before: hooks: @@ -35,7 +35,7 @@ archives: checksum: name_template: 'checksums.txt' snapshot: - name_template: "{{ incpatch .Version }}-next" + version_template: "{{ incpatch .Version }}-next" changelog: sort: asc filters: