From cc3458eab0c058e9a57ea64183e07958c39a0afb Mon Sep 17 00:00:00 2001 From: HampusM Date: Sun, 12 Jun 2022 20:15:42 +0200 Subject: docs: add changelog --- .chglog/config.yml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100755 .chglog/config.yml (limited to '.chglog/config.yml') 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 -- cgit v1.2.3-18-g5258