aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2020-04-11 18:47:23 +0200
committerDaniel Stenberg <daniel@haxx.se>2020-04-11 18:47:23 +0200
commit20f281293ff5c977d2f2e1b8ebe2d97399b1bd09 (patch)
tree07015be531bc7f4ce78fed6ce797c9173c8a4fef /scripts
parent5afa07fab57a8a06be0a6de577352d622f51b7ba (diff)
release-notes.pl: detect the start of the references in cleanup mode
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/release-notes.pl3
1 files changed, 1 insertions, 2 deletions
diff --git a/scripts/release-notes.pl b/scripts/release-notes.pl
index 83ff4d75f..7e4d4b98f 100755
--- a/scripts/release-notes.pl
+++ b/scripts/release-notes.pl
@@ -177,9 +177,8 @@ for my $l (@releasenotes) {
}
undef @bullets;
}
- push @o, $l;
}
- elsif($l =~ /^ \[(\d+)\] = /) {
+ if($l =~ /^ \[(\d+)\] = /) {
# stop now
last;
}