mirror of
https://github.com/Llewellynvdm/starship.git
synced 2024-12-26 03:27:30 +00:00
chore(chglog): undo changes to chglog configuration (#3219)
This commit is contained in:
parent
dfbf861fe8
commit
b83f5a45d2
22
.github/chglog/changelog.yml
vendored
22
.github/chglog/changelog.yml
vendored
@ -1,25 +1,17 @@
|
|||||||
---
|
|
||||||
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,10 +1,15 @@
|
|||||||
---
|
|
||||||
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