diff --git a/scripts/chglog/config-full-history.yml b/scripts/chglog/config-full-history.yml index 5a48484..e119526 100755 --- a/scripts/chglog/config-full-history.yml +++ b/scripts/chglog/config-full-history.yml @@ -8,6 +8,7 @@ options: filters: Type: - docs + - enhance - feat - fix - perf @@ -15,6 +16,7 @@ options: commit_groups: title_maps: docs: Documentation + enhance: Enhancements feat: Features fix: Bug Fixes perf: Performance Improvements diff --git a/scripts/chglog/config-release-note.yml b/scripts/chglog/config-release-note.yml index 73ae31c..dbe5ad3 100755 --- a/scripts/chglog/config-release-note.yml +++ b/scripts/chglog/config-release-note.yml @@ -8,6 +8,7 @@ options: filters: Type: - docs + - enhance - feat - fix - perf @@ -15,6 +16,7 @@ options: commit_groups: title_maps: docs: Documentation + enhance: Enhancements feat: Features fix: Bug Fixes perf: Performance Improvements