mirror of
https://github.com/labring/sealos.git
synced 2026-08-29 01:39:49 +08:00
fix(changelog): update sorting criteria and improve title mapping in config (#5876)
Signed-off-by: cuisongliu <cuisongliu@qq.com>
This commit is contained in:
+2
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user