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