diff --git a/.github/chglog/changelog.yml b/.github/chglog/changelog.yml index a1aa166ba..9ba3d0ebd 100755 --- a/.github/chglog/changelog.yml +++ b/.github/chglog/changelog.yml @@ -1,25 +1,17 @@ ---- style: github template: CHANGELOG.tpl.md info: title: CHANGELOG repository_url: https://github.com/starship/starship options: - commits: {} + commits: + # filters: + # Type: + # - feat + # - fix + # - perf + # - refactor 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 a508ba8c2..0b7398a6a 100755 --- a/.github/chglog/release.yml +++ b/.github/chglog/release.yml @@ -1,10 +1,15 @@ ---- style: github template: RELEASE.tpl.md info: repository_url: https://github.com/starship/starship options: - commits: {} + commits: + # filters: + # Type: + # - feat + # - fix + # - perf + # - refactor commit_groups: sort_by: Custom title_order: