From e60fefb33be91616b4bd07bd3aacdfc1d3b53ed7 Mon Sep 17 00:00:00 2001 From: Ralph Slooten Date: Sat, 22 Jun 2024 23:07:24 +1200 Subject: [PATCH] Update Changelog group title order --- .chglog/config.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/.chglog/config.yml b/.chglog/config.yml index 65597c4..0b5c0aa 100755 --- a/.chglog/config.yml +++ b/.chglog/config.yml @@ -17,6 +17,24 @@ options: fix: Fix # perf: Performance Improvements # refactor: Code Refactoring + sort_by: Custom + title_order: + - Feature + - Chore + - UI + - API + - Libs + - Docker + - Security + - Fix + - Bugfix + - Docs + - Swagger + - Build + - Testing + - Test + - Tests + - Pull Requests header: pattern: "^(\\w*)(?:\\(([\\w\\$\\.\\-\\*\\s]*)\\))?\\:\\s(.*)$" pattern_maps: