From b83f5a45d2a4def486965c5bfadb7a2f57fe068f Mon Sep 17 00:00:00 2001 From: Matan Kushner Date: Tue, 9 Nov 2021 21:57:38 +0000 Subject: [PATCH] chore(chglog): undo changes to chglog configuration (#3219) --- .github/chglog/changelog.yml | 22 +++++++--------------- .github/chglog/release.yml | 9 +++++++-- 2 files changed, 14 insertions(+), 17 deletions(-) diff --git a/.github/chglog/changelog.yml b/.github/chglog/changelog.yml index a1aa166b..9ba3d0eb 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 a508ba8c..0b7398a6 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: