From e5ea69d8e92e2b683a3cbe608d89d62e59cacb88 Mon Sep 17 00:00:00 2001 From: HampusM Date: Fri, 22 Jul 2022 13:39:49 +0200 Subject: docs: add changelog --- .chglog/config.yml | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 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..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 -- cgit v1.2.3-18-g5258