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 ), - ]