From 5d480bfc6845429754c3d36e52377fa24c387e94 Mon Sep 17 00:00:00 2001 From: mzwiessele Date: Mon, 7 Nov 2016 10:52:23 +0000 Subject: [PATCH] fix: pkg: gitchangelog rc had missing line --- .gitchangelog.rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitchangelog.rc b/.gitchangelog.rc index 4bf5ee57..6e8bed1d 100644 --- a/.gitchangelog.rc +++ b/.gitchangelog.rc @@ -74,6 +74,7 @@ ignore_regexps = [ ## titles are the label, and a commit is classified under this section if any ## of the regexps associated is matching. ## +section_regexps = [ ('New', [ r'^[nN]ew\s*:\s*((dev|use?r|pkg|test|doc)\s*:\s*)?([^\n]*)$', ]), @@ -86,7 +87,6 @@ ignore_regexps = [ ('Other', None ## Match all lines ), - ]