From 25fc02f5414198c239e121220d2ce696e3153904 Mon Sep 17 00:00:00 2001 From: HampusM Date: Sun, 31 Jul 2022 12:37:17 +0200 Subject: docs: add v0.2.0 to changelog --- .chglog/config.yml | 37 ++++++++++++++++++++++++------------- 1 file changed, 24 insertions(+), 13 deletions(-) (limited to '.chglog/config.yml') diff --git a/.chglog/config.yml b/.chglog/config.yml index 65780be..6c3b573 100755 --- a/.chglog/config.yml +++ b/.chglog/config.yml @@ -4,25 +4,36 @@ info: title: CHANGELOG repository_url: https://git.hampusmat.com/syrette options: + sort: "semver" commits: - # filters: - # Type: - # - feat - # - fix - # - perf - # - refactor + filters: + Type: + - feat + - fix + - perf + - refactor + - style + - chore + - build + - docs + - test commit_groups: - # title_maps: - # feat: Features - # fix: Bug Fixes - # perf: Performance Improvements - # refactor: Code Refactoring + title_maps: + feat: Features + fix: Bug Fixes + perf: Performance Improvements + refactor: Code Refactoring + style: Style Improvements + chore: Chores + build: Build System/Dependency Changes + docs: Documentation Changes + test: Code Testing header: - pattern: "^(\\w*)(?:\\(([\\w\\$\\.\\-\\*\\s]*)\\))?\\:\\s(.*)$" + pattern: "^(\\w*)!?(?:\\(([\\w\\$\\.\\-\\*\\s]*)\\))?\\:\\s(.*)$" pattern_maps: - Type - Scope - Subject notes: keywords: - - BREAKING CHANGE \ No newline at end of file + - BREAKING CHANGE -- cgit v1.2.3-18-g5258