summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorThomas O'Donnell <andytom@users.noreply.github.com>2021-11-09 20:16:55 +0100
committerGitHub <noreply@github.com>2021-11-09 14:16:55 -0500
commit475e40d069ed50f2f58fcbe9fc2721eee55ea739 (patch)
tree9b4fcd8ad8a84f477f16a7289c5fec538bed6006 /.github
parentb07abc990e640e4e2335e04b5b65b204fb2cbe88 (diff)
chore(chglog): Clean up chglog config (#3205)
Diffstat (limited to '.github')
-rwxr-xr-x.github/chglog/changelog.yml22
-rwxr-xr-x.github/chglog/release.yml9
2 files changed, 17 insertions, 14 deletions
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: