From a050c6fdbcf894a3d1f16d444f2fb917e3789928 Mon Sep 17 00:00:00 2001 From: cuisongliu Date: Wed, 27 Aug 2025 15:55:53 +0800 Subject: [PATCH] fix(changelog): update sorting criteria and improve title mapping in config (#5876) Signed-off-by: cuisongliu --- .chglog/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.chglog/config.yml b/.chglog/config.yml index 0f3a25dc2..e426bbe13 100755 --- a/.chglog/config.yml +++ b/.chglog/config.yml @@ -7,7 +7,7 @@ options: tag_filter_pattern: '^v' sort: "date" commits: - sort_by: Scope + sort_by: Type filters: Type: - feat @@ -18,7 +18,7 @@ options: group_by: Type sort_by: Title title_maps: - feat: Features + feat: New Features fix: Bug Fixes perf: Performance Improvements refactor: Code Refactoring