From e354d8d32d99f314467caeec2676fd2c8b6fe649 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Thu, 11 Feb 2021 20:35:14 +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 918b7c0..7e71f35 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(.*)$"