mirror of
https://github.com/clearlinux/autospec.git
synced 2026-09-05 13:21:35 +00:00
one more changelog pattern
This commit is contained in:
@@ -77,6 +77,9 @@ def process_NEWS(file):
|
||||
if news[i] == config.old_version and news[i-1] == "":
|
||||
stop = i - 1;
|
||||
success = 1
|
||||
if news[i] == "Overview of changes leading to " + config.old_version and news[i-1] == "":
|
||||
stop = i - 1;
|
||||
success = 1
|
||||
if news[i] == config.old_version and news[i+1].find("---") >= 0:
|
||||
stop = i - 1;
|
||||
success = 1
|
||||
|
||||
Reference in New Issue
Block a user