浏览代码

fix: Include "fix" in the right place in the release notes

jamesread 8 月之前
父节点
当前提交
d5eb74e738
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .goreleaser.yml

+ 1 - 1
.goreleaser.yml

@@ -54,7 +54,7 @@ changelog:
       regexp: '^.*?feat.*?(\([[:word:]]+\))??!?:.+$'
       order: 1
     - title: 'Bug fixes'
-      regexp: '^.*?bugfix(\([[:word:]]+\))??!?:.+$'
+      regexp: '^.*?fix(\([[:word:]]+\))??!?:.+$'
       order: 2
     - title: Others
       order: 999