chore(chglog): Clean up chglog config (#3205)

This commit is contained in:
Thomas O'Donnell 2021-11-09 20:16:55 +01:00 committed by GitHub
parent b07abc990e
commit 475e40d069
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 17 additions and 14 deletions

View File

@ -1,17 +1,25 @@
---
style: github
template: CHANGELOG.tpl.md
info:
title: CHANGELOG
repository_url: https://github.com/starship/starship
options:
commits:
# filters:
# Type:
# - feat
# - fix
# - perf
# - refactor
commits: {}
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

View File

@ -1,15 +1,10 @@
---
style: github
template: RELEASE.tpl.md
info:
repository_url: https://github.com/starship/starship
options:
commits:
# filters:
# Type:
# - feat
# - fix
# - perf
# - refactor
commits: {}
commit_groups:
sort_by: Custom
title_order: