mirror of
https://github.com/curl/curl.git
synced 2026-06-26 11:35:38 +03:00
release-notes.pl: detect the start of the references in cleanup mode
This commit is contained in:
parent
5afa07fab5
commit
20f281293f
1 changed files with 1 additions and 2 deletions
|
|
@ -177,9 +177,8 @@ for my $l (@releasenotes) {
|
|||
}
|
||||
undef @bullets;
|
||||
}
|
||||
push @o, $l;
|
||||
}
|
||||
elsif($l =~ /^ \[(\d+)\] = /) {
|
||||
if($l =~ /^ \[(\d+)\] = /) {
|
||||
# stop now
|
||||
last;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue