diff --git a/.github/chglog/changelog.yml b/.github/chglog/changelog.yml index 9ba3d0ebd..a1aa166ba 100755 --- a/.github/chglog/changelog.yml +++ b/.github/chglog/changelog.yml @@ -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 diff --git a/.github/chglog/release.yml b/.github/chglog/release.yml index 0b7398a6a..a508ba8c2 100755 --- a/.github/chglog/release.yml +++ b/.github/chglog/release.yml @@ -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: