From 7b482f0ed7c80f059530694bab9fc0c7c2a1f068 Mon Sep 17 00:00:00 2001 From: sinspired Date: Sat, 16 Nov 2024 18:06:09 +0800 Subject: [PATCH] =?UTF-8?q?Feat(UI):=20=E6=96=B0=E5=A2=9E=E7=94=A8?= =?UTF-8?q?=E6=88=B7=E7=99=BB=E5=BD=95=E7=95=8C=E9=9D=A2=E3=80=81=E6=96=B0?= =?UTF-8?q?=E5=A2=9E:=20=E5=AE=9E=E7=8E=B0=E7=94=A8=E6=88=B7=E8=AE=A4?= =?UTF-8?q?=E8=AF=81=E5=8A=9F=E8=83=BD=E3=80=82?= 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 6b778a4..879f389 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -69,7 +69,7 @@ changelog: # - title: "New Features" # “新功能” # - title: "✨ New Features (新功能)" - - title: "{{ if .Env.USE_EMOJI_TITLE }}✨ New Features (新功能){{ else }}New Features{{ end }}" + - title: {{ if .Env.USE_EMOJI_TITLE }}✨ New Features (新功能){{ else }}New Features{{ end }} regexp: '^(?i).*?(feat|功能|新增|feature|新特性)(\(.+\))??!?[-:\s].+$' order: 100