mirror of
https://github.com/starship/starship.git
synced 2024-11-07 17:05:09 +01: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
|
||||
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
|
||||
|
9
.github/chglog/release.yml
vendored
9
.github/chglog/release.yml
vendored
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user