diff options
Diffstat (limited to '')
| -rwxr-xr-x | .chglog/config.yml | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/.chglog/config.yml b/.chglog/config.yml new file mode 100755 index 0000000..832eeb0 --- /dev/null +++ b/.chglog/config.yml @@ -0,0 +1,27 @@ +style: none +template: CHANGELOG.tpl.md +info: + title: CHANGELOG + repository_url: https://git.ofmax.li/unbound-ads +options: + commits: + # filters: + # Type: + # - feat + # - fix + # - perf + # - refactor + commit_groups: + # title_maps: + # feat: Features + # fix: Bug Fixes + # perf: Performance Improvements + # refactor: Code Refactoring + header: + pattern: "^(\\w*)\\:\\s(.*)$" + pattern_maps: + - Type + - Subject + notes: + keywords: + - BREAKING CHANGE |