Skip to content

Commit 55a642f

Browse files
committed
继续修复
1 parent aa2bd3f commit 55a642f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.goreleaser.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,10 +106,10 @@ changelog:
106106
regexp: '^.*?(config)(\(.+\))??!?:.+$'
107107
order: 500
108108
- title: "Bug fixes"
109-
regexp: '^.*?(fix|refactor|修复|bug)(\(.+\))??!?:.+$'
109+
regexp: '^.*?(fix|refactor|修复|bug)(\(.+\))??!?[:]?.+$'
110110
order: 600
111111
- title: "Code Optimization"
112-
regexp: '^.*?(optmization|code|优化)(\(.+\))??!?:.+$'
112+
regexp: '^.*?(optmization|code|优化)(\(.+\))??!?[:\s].+$'
113113
order: 300
114114
- title: "Documentation updates"
115115
regexp: ^.*?docs?(\(.+\))??!?:.+$

0 commit comments

Comments
 (0)