diff --git a/.chglog/config.yml b/.chglog/config.yml index 09a20f52..67dd3c1e 100755 --- a/.chglog/config.yml +++ b/.chglog/config.yml @@ -10,13 +10,15 @@ options: - FEATURE - FIX - PERF - - INTERNAL + - DEPENDENCY + - BREAKING commit_groups: title_maps: FEATURE: Features FIX: Bug Fixes PERF: Performance Improvements - INTERNAL: Internal Changes + DEPENDENCY: Dependency Updates + BREAKING: Breaking Changes header: pattern: "^\\[(\\w*)\\]\\s(?:([^\\:]*)\\:\\s)?(.*)$" pattern_maps: diff --git a/.chglog/release-config.yml b/.chglog/release-config.yml index 6d443a73..9f9cd274 100755 --- a/.chglog/release-config.yml +++ b/.chglog/release-config.yml @@ -9,13 +9,15 @@ options: - FEATURE - FIX - PERF - - INTERNAL + - DEPENDENCY + - BREAKING commit_groups: title_maps: FEATURE: Features FIX: Bug Fixes PERF: Performance Improvements - INTERNAL: Internal Changes + DEPENDENCY: Dependency Updates + BREAKING: Breaking Changes header: pattern: "^\\[(\\w*)\\]\\s(?:([^\\:]*)\\:\\s)?(.*)$" pattern_maps: