mirror of
https://github.com/moparisthebest/curl
synced 2024-12-23 16:48: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;
|
undef @bullets;
|
||||||
}
|
}
|
||||||
push @o, $l;
|
|
||||||
}
|
}
|
||||||
elsif($l =~ /^ \[(\d+)\] = /) {
|
if($l =~ /^ \[(\d+)\] = /) {
|
||||||
# stop now
|
# stop now
|
||||||
last;
|
last;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user