From 2f131fce1b6d7f0aa4b23fab6520da9b1e61a33f Mon Sep 17 00:00:00 2001 From: Eriks Zelenka Date: Wed, 31 Jan 2024 11:16:34 +0000 Subject: [PATCH] ci: .chglog configuration to follow angular convential commits schema --- .chglog/config.yml | 28 +++++++++++++--------------- 1 file changed, 13 insertions(+), 15 deletions(-) diff --git a/.chglog/config.yml b/.chglog/config.yml index 243e1320..ffa755ff 100755 --- a/.chglog/config.yml +++ b/.chglog/config.yml @@ -7,28 +7,26 @@ options: commits: filters: Type: - - doc + - build + - ci - docs - feat - fix - perf - - pipe - refactor - - up - - update - - upgrade + - style + - test commit_groups: title_maps: - doc: Documentation Update - docs: Documentation Update - feat: Features - fix: Bug Fixes - perf: Performance Improvements - pipe: Pipeline changes - refactor: Code Refactoring - up: Component Upgrade - update: Component Upgrade - upgrade: Component Upgrade + build: Build system and external dependency changes + ci: CI configuration changes + docs: Documentation changes + feat: New features + fix: Bug fixes + perf: Performance improvements + refactor: Code refactoring + style: Cosmetic changes + test: Changes to the tests header: pattern: "^(\\w*)\\:\\s(.*)$" pattern_maps: