Skip to content

Commit

Permalink
chore: Update .goreleaser.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
ygxbnet committed Feb 21, 2025
1 parent 7eb4b7e commit e3f641f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,19 +35,19 @@ changelog:
sort: asc
groups:
- title: 新增功能:
regexp: '^feat'
regexp: '^.*?feat'
order: 0
- title: 错误修复:
regexp: '^fix'
regexp: '^.*?fix'
order: 1
- title: 文档更改:
regexp: '^docs'
regexp: '^.*?docs'
order: 2
- title: 代码重构:
regexp: '^refactor'
regexp: '^.*?refactor'
order: 3
- title: 构建更改:
regexp: '^chore'
regexp: '^.*?chore'
order: 4
- title: 其他
order: 100
Expand Down

0 comments on commit e3f641f

Please sign in to comment.