We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78926d2 commit 4879c5dCopy full SHA for 4879c5d
.gitchangelog.rc
@@ -83,15 +83,14 @@ ignore_regexps = [
83
##
84
section_regexps = [
85
('New', [
86
- r'^[nN]ew\s*:\s*((dev|use?r|pkg|test|doc)\s*:\s*)?([^\n]*)$',
87
- ]),
88
- ('Changes', [
89
- r'^[cC]hg\s*:\s*((dev|use?r|pkg|test|doc)\s*:\s*)?([^\n]*)$',
+ r'^([nN]ew|[fF]eat|[aA]dd)\s*(:|)\s*([^\n]*)$',
90
]),
91
('Fix', [
92
- r'^[fF]ix\s*:\s*((dev|use?r|pkg|test|doc)\s*:\s*)?([^\n]*)$',
+ r'^[fF]ix\s*(:|)\s*([^\n]*)$',
+ ]),
+ ('Test', [
+ r'^([tT]est|[cC][iI])\s*(:|)\s*([^\n]*)$',
93
94
-
95
('Other', None ## Match all lines
96
),
97
0 commit comments