Skip to content

Commit

Permalink
feat: 增加自动changelog测试
Browse files Browse the repository at this point in the history
  • Loading branch information
hamster1963 committed Jul 12, 2023
1 parent 8143f46 commit 89465f3
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions .github/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
changelog:
sort: asc
use: github
filters:
exclude:
- "^test:"
- "^chore"
- "merge conflict"
- Merge pull request
- Merge remote-tracking branch
- Merge branch
- go mod tidy
groups:
- title: "👒Dependency updates"
regexp: '^.*?(feat|fix)\(deps\)!?:.+$'
order: 300
- title: "🏕New Features"
regexp: '^.*?feat(\([[:word:]]+\))??!?:.+$'
order: 100
- title: "Security updates"
regexp: '^.*?sec(\([[:word:]]+\))??!?:.+$'
order: 150
- title: "Bug fixes"
regexp: '^.*?fix(\([[:word:]]+\))??!?:.+$'
order: 200
- title: "Documentation updates"
regexp: '^.*?doc(\([[:word:]]+\))??!?:.+$'
order: 400
- title: "Build process updates"
regexp: '^.*?build(\([[:word:]]+\))??!?:.+$'
order: 400
- title: Other work
order: 9999

0 comments on commit 89465f3

Please sign in to comment.