fix: pkg: gitchangelog rc had missing line

This commit is contained in:
mzwiessele 2016-11-07 10:52:23 +00:00
parent 977d336148
commit 5d480bfc68

View file

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