From 97a8be4feb97fe9a14ac4a38014e2b0d19d555aa Mon Sep 17 00:00:00 2001 From: yhlooo Date: Tue, 18 Jun 2024 22:56:54 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E8=B0=83=E6=95=B4=E5=8F=91=E5=B8=83?= =?UTF-8?q?=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .goreleaser.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.goreleaser.yaml b/.goreleaser.yaml index fa1314b..2b40b61 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -11,7 +11,7 @@ builds: goos: - linux - darwin - - windows + #- windows goarch: - amd64 - arm64 @@ -33,3 +33,5 @@ changelog: exclude: - "^docs:" - "^test:" + - "^style:" + - "^chore:"