From 2772ee27f1dfc593df70a666c95b12b1d043133a Mon Sep 17 00:00:00 2001 From: kjeld Schouten-Lebbing Date: Wed, 8 Sep 2021 12:39:04 +0200 Subject: [PATCH] fix: Allow setting scope on commits for changelog --- .chglog/config.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.chglog/config.yml b/.chglog/config.yml index 8b127687d92..d4253f305d0 100644 --- a/.chglog/config.yml +++ b/.chglog/config.yml @@ -18,9 +18,10 @@ options: # perf: Performance Improvements # refactor: Code Refactoring header: - pattern: "^(\\w*)\\:\\s(.*)$" + pattern: "^(\\w*)(?:\\(([\\w\\$\\.\\-\\*\\s]*)\\))?\\:\\s(.*)$" pattern_maps: - Type + - Scope - Subject notes: keywords: