mirror of
https://github.com/curl/curl.git
synced 2025-02-17 14:59:45 +08:00
release-notes.pl: detect the start of the references in cleanup mode
This commit is contained in:
parent
5afa07fab5
commit
20f281293f
@ -177,9 +177,8 @@ for my $l (@releasenotes) {
|
||||
}
|
||||
undef @bullets;
|
||||
}
|
||||
push @o, $l;
|
||||
}
|
||||
elsif($l =~ /^ \[(\d+)\] = /) {
|
||||
if($l =~ /^ \[(\d+)\] = /) {
|
||||
# stop now
|
||||
last;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user