docs(chglog): Change release page title order (#3038) (#3045)

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:
CuriousCorrelation
2021-09-08 23:45:26 +05:30
committed by GitHub
parent 08b5cd0862
commit cb8dca2101
+13
View File
@@ -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