Changed release page commit group title order from alphabetical to feat, fix, docs, style, refactor, pref, test, build, ci, chore, revert. Matches Semantic PR conventional commit types.
This commit is contained in:
parent
08b5cd0862
commit
cb8dca2101
|
@ -11,6 +11,19 @@ options:
|
|||
# - perf
|
||||
# - refactor
|
||||
commit_groups:
|
||||
sort_by: Custom
|
||||
title_order:
|
||||
- feat
|
||||
- fix
|
||||
- docs
|
||||
- style
|
||||
- refactor
|
||||
- perf
|
||||
- test
|
||||
- build
|
||||
- ci
|
||||
- chore
|
||||
- revert
|
||||
title_maps:
|
||||
feat: Features
|
||||
fix: Bug Fixes
|
||||
|
|
Loading…
Reference in New Issue