diff --git a/.chglog/config.yml b/.chglog/config.yml new file mode 100755 index 0000000..57dd825 --- /dev/null +++ b/.chglog/config.yml @@ -0,0 +1,27 @@ +style: github +template: CHANGELOG.tpl.md +info: + title: CHANGELOG + repository_url: https://github.com/neo9/mongodb-backups +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 \ No newline at end of file diff --git a/.gitignore b/.gitignore index e208388..de81650 100644 --- a/.gitignore +++ b/.gitignore @@ -1,9 +1,10 @@ .idea *.swo *.swp -config.yaml -config.yml +./config.yaml +./config.yml .env mongodb-backups vendor keys/ +config.yaml