From 019fd975b1d7e75f3502f8bfa54b2df5bda33bdd Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Thu, 11 Feb 2021 20:33:54 +0100 Subject: [PATCH] extend chglog config --- .chglog/config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.chglog/config.yml b/.chglog/config.yml index e333c2e..36ec566 100755 --- a/.chglog/config.yml +++ b/.chglog/config.yml @@ -11,6 +11,7 @@ options: perf: Performance Improvements refactor: Code Refactoring chore: Others + test: Testing ci: CI Pipeline header: pattern: "^(\\w*)(?:\\(([\\w\\$\\.\\-\\*\\s]*)\\))?\\:\\s(.*)$"