Skip to content

Commit 9b4164b

Browse files
committed
feat: changelog配置
1 parent bb1527a commit 9b4164b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

goserver/.goreleaser.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,13 @@ changelog:
4141
# 分组配置
4242
groups:
4343
- title: "新功能"
44-
regexp: "^feat"
44+
regexp: ^.*?feat(\([[:word:]]+\))??!?:.+$'
4545
order: 0
4646
- title: "修复"
47-
regexp: "^fix"
47+
regexp: '^.*?fix(\([[:word:]]+\))??!?:.+$'
4848
order: 1
4949
- title: "文档"
50-
regexp: "^docs"
50+
regexp: ^.*?docs(\([[:word:]]+\))??!?:.+$'
5151
order: 2
5252
# 过滤规则
5353
filters:

0 commit comments

Comments
 (0)