From 7f2290e2c4e6e9fc56e4e3781ea011cb62bb7577 Mon Sep 17 00:00:00 2001 From: David Alpert Date: Fri, 2 Feb 2024 16:28:36 -0600 Subject: [PATCH] build: set custom sort order for commit groups --- .chglog/config.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.chglog/config.yml b/.chglog/config.yml index 21a7997..aa1c2b5 100755 --- a/.chglog/config.yml +++ b/.chglog/config.yml @@ -13,6 +13,15 @@ options: # - perf # - refactor commit_groups: + sort_by: Custom + title_order: + - feat + - update + - perf + - fix + - refactor + - build + - chore title_maps: feat: Features fix: Bug Fixes