From 7202a0d1ff21b98933ca2417565cd385de7ddd91 Mon Sep 17 00:00:00 2001 From: Max Luebke Date: Fri, 3 Mar 2023 14:40:52 +0100 Subject: [PATCH] chore: add 'test' to commit group --- .chglog/config.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.chglog/config.yml b/.chglog/config.yml index 357d2ceed..76e761fe6 100644 --- a/.chglog/config.yml +++ b/.chglog/config.yml @@ -17,6 +17,7 @@ options: - doc - chore - ci + - test commit_groups: title_maps: feat: Features @@ -29,6 +30,7 @@ options: doc: Documentation chore: Householding and Cleanup ci: CI + test: Software Testing header: pattern: "^(\\w*)\\:\\s(.*)$" pattern_maps: