mirror of
https://github.com/moparisthebest/curl
synced 2024-12-23 08:38:49 -05: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