From 7e3a87cd289be4ab248cdf8ab46ac23eeb9809e8 Mon Sep 17 00:00:00 2001 From: Zach Leslie Date: Tue, 10 Mar 2020 09:36:51 -0700 Subject: [PATCH] fix(release): include / in regex parising for commit messages --- .chglog/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.chglog/config.yml b/.chglog/config.yml index 70c28d5e2..6f5c6c8b0 100755 --- a/.chglog/config.yml +++ b/.chglog/config.yml @@ -28,7 +28,7 @@ options: - # header: - pattern: "^(\\w*)(?:\\(([\\w\\$\\.\\-\\*\\s]*)\\))?\\:\\s(.*)$" + pattern: "^(\\w*)(?:\\(([\\/\\w\\$\\.\\-\\*\\s]*)\\))?\\:\\s(.*)$" pattern_maps: - Type - Scope