mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-04-24 20:36:23 +02:00
fix: pkg: gitchangelog rc had missing line
This commit is contained in:
parent
977d336148
commit
5d480bfc68
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
),
|
||||
|
||||
]
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue