mirror of
https://github.com/Llewellynvdm/starship.git
synced 2024-11-24 21:57:41 +00:00
chore(chglog): Clean up chglog config (#3205)
This commit is contained in:
parent
b07abc990e
commit
475e40d069
22
.github/chglog/changelog.yml
vendored
22
.github/chglog/changelog.yml
vendored
@ -1,17 +1,25 @@
|
|||||||
|
---
|
||||||
style: github
|
style: github
|
||||||
template: CHANGELOG.tpl.md
|
template: CHANGELOG.tpl.md
|
||||||
info:
|
info:
|
||||||
title: CHANGELOG
|
title: CHANGELOG
|
||||||
repository_url: https://github.com/starship/starship
|
repository_url: https://github.com/starship/starship
|
||||||
options:
|
options:
|
||||||
commits:
|
commits: {}
|
||||||
# filters:
|
|
||||||
# Type:
|
|
||||||
# - feat
|
|
||||||
# - fix
|
|
||||||
# - perf
|
|
||||||
# - refactor
|
|
||||||
commit_groups:
|
commit_groups:
|
||||||
|
sort_by: Custom
|
||||||
|
title_order:
|
||||||
|
- feat
|
||||||
|
- fix
|
||||||
|
- docs
|
||||||
|
- style
|
||||||
|
- refactor
|
||||||
|
- perf
|
||||||
|
- test
|
||||||
|
- build
|
||||||
|
- ci
|
||||||
|
- chore
|
||||||
|
- revert
|
||||||
title_maps:
|
title_maps:
|
||||||
feat: Features
|
feat: Features
|
||||||
fix: Bug Fixes
|
fix: Bug Fixes
|
||||||
|
9
.github/chglog/release.yml
vendored
9
.github/chglog/release.yml
vendored
@ -1,15 +1,10 @@
|
|||||||
|
---
|
||||||
style: github
|
style: github
|
||||||
template: RELEASE.tpl.md
|
template: RELEASE.tpl.md
|
||||||
info:
|
info:
|
||||||
repository_url: https://github.com/starship/starship
|
repository_url: https://github.com/starship/starship
|
||||||
options:
|
options:
|
||||||
commits:
|
commits: {}
|
||||||
# filters:
|
|
||||||
# Type:
|
|
||||||
# - feat
|
|
||||||
# - fix
|
|
||||||
# - perf
|
|
||||||
# - refactor
|
|
||||||
commit_groups:
|
commit_groups:
|
||||||
sort_by: Custom
|
sort_by: Custom
|
||||||
title_order:
|
title_order:
|
||||||
|
Loading…
Reference in New Issue
Block a user