From 719b56ac00484565cab359f87dcaaa9a3cde307d Mon Sep 17 00:00:00 2001 From: yanosea Date: Sat, 17 Aug 2024 18:16:36 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9Efix:=20fix=20version=20info=20'x.x.?= =?UTF-8?q?x'=20to=20'vx.x.x'?= 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 d7e7545c..ee87a6c3 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -17,7 +17,7 @@ builds: - darwin ldflags: - -s -w - - -X github.com/yanosea/jrp/cmd.version={{.Version}} + - -X github.com/yanosea/jrp/cmd.version=v{{.Version}} archives: - format: tar.gz