diff options
author | HampusM <hampus@hampusmat.com> | 2022-07-31 12:37:17 +0200 |
---|---|---|
committer | HampusM <hampus@hampusmat.com> | 2022-07-31 12:37:17 +0200 |
commit | 25fc02f5414198c239e121220d2ce696e3153904 (patch) | |
tree | d26872acb6bc62ba4e6d972420f6377268e9bf4a /.chglog | |
parent | 9bcb3d844a01279aa91149f7b191209b3085ec3c (diff) |
docs: add v0.2.0 to changelog
Diffstat (limited to '.chglog')
-rwxr-xr-x | .chglog/config.yml | 37 |
1 files changed, 24 insertions, 13 deletions
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 |