aboutsummaryrefslogtreecommitdiff
path: root/.chglog/config.yml
diff options
context:
space:
mode:
authorHampusM <hampus@hampusmat.com>2022-06-12 20:15:42 +0200
committerHampusM <hampus@hampusmat.com>2022-06-13 17:57:02 +0200
commitcc3458eab0c058e9a57ea64183e07958c39a0afb (patch)
treedf1cf47f7673e6f990f80f1601a9a0187e3cd375 /.chglog/config.yml
parentfdd4590cb2f34e7221ae7dd0422d73bc3fab69fc (diff)
docs: add changelog
Diffstat (limited to '.chglog/config.yml')
-rwxr-xr-x.chglog/config.yml26
1 files changed, 26 insertions, 0 deletions
diff --git a/.chglog/config.yml b/.chglog/config.yml
new file mode 100755
index 0000000..a740429
--- /dev/null
+++ b/.chglog/config.yml
@@ -0,0 +1,26 @@
+style: none
+template: CHANGELOG.tpl.md
+info:
+ title: CHANGELOG
+ repository_url: https://git.hampusmat.com/game-of-life
+options:
+ commits:
+ filters:
+ Type:
+ - feat
+ - fix
+ - perf
+ 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