From 7901c26d32c95bda4286dc65106654d752efa1da Mon Sep 17 00:00:00 2001 From: wanghe-fit2cloud Date: Tue, 20 Aug 2024 18:47:49 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=BF=AE=E6=94=B9=20snapshot=20?= =?UTF-8?q?=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .goreleaser.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.goreleaser.yaml b/.goreleaser.yaml index ca0f39934..4d61c9521 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -44,7 +44,7 @@ archives: checksum: name_template: 'checksums.txt' snapshot: - name_template: "{{ incpatch .Version }}-next" + version_template: "{{ incpatch .Version }}-next" release: draft: true mode: append