aboutsummaryrefslogtreecommitdiff
path: root/.chglog/config.yml
diff options
context:
space:
mode:
authorHampusM <hampus@hampusmat.com>2022-07-22 13:39:49 +0200
committerHampusM <hampus@hampusmat.com>2022-07-22 13:39:49 +0200
commite5ea69d8e92e2b683a3cbe608d89d62e59cacb88 (patch)
tree2e4313c4c8805ff4935c1b47a023759a69060805 /.chglog/config.yml
parent4cb3884e24b3cba3347ff93475bbabd6fe18d2fa (diff)
docs: add changelog
Diffstat (limited to '.chglog/config.yml')
-rwxr-xr-x.chglog/config.yml28
1 files changed, 28 insertions, 0 deletions
diff --git a/.chglog/config.yml b/.chglog/config.yml
new file mode 100755
index 0000000..65780be
--- /dev/null
+++ b/.chglog/config.yml
@@ -0,0 +1,28 @@
+style: none
+template: CHANGELOG.tpl.md
+info:
+ title: CHANGELOG
+ repository_url: https://git.hampusmat.com/syrette
+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*)(?:\\(([\\w\\$\\.\\-\\*\\s]*)\\))?\\:\\s(.*)$"
+ pattern_maps:
+ - Type
+ - Scope
+ - Subject
+ notes:
+ keywords:
+ - BREAKING CHANGE \ No newline at end of file