1
0
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:
Daniel Stenberg 2020-04-11 18:47:23 +02:00
parent 5afa07fab5
commit 20f281293f
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View File

@ -177,9 +177,8 @@ for my $l (@releasenotes) {
}
undef @bullets;
}
push @o, $l;
}
elsif($l =~ /^ \[(\d+)\] = /) {
if($l =~ /^ \[(\d+)\] = /) {
# stop now
last;
}