diff --git a/.chglog/config.yml b/.chglog/config.yml index 8bf3168..c6f0ca3 100644 --- a/.chglog/config.yml +++ b/.chglog/config.yml @@ -2,28 +2,28 @@ style: github template: CHANGELOG.tpl.md info: title: CHANGELOG - repository_url: https://github.com/camunda-community-hub/camunda-helm + repository_url: https://github.com/tommy-skaug/charts options: commits: filters: Type: - - Added - - Changed - - Deprecated - - Removed - - Fixed - - Security + - Added + - Changed + - Deprecated + - Removed + - Fixed + - Security commit_groups: - # title_maps: - # feat: Features - # fix: Bug Fixes - # perf: Performance Improvements - # refactor: Code Refactoring + # title_maps: + # feat: Features + # fix: Bug Fixes + # perf: Performance Improvements + # refactor: Code Refactoring header: pattern: "^((\\w+)\\s.*)$" pattern_maps: - - Subject - - Type + - Subject + - Type notes: keywords: - - BREAKING CHANGE + - BREAKING CHANGE