From 66212a3024a9c7decdccbd0d0f520254e255f185 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 14 Apr 2020 14:57:46 +0200 Subject: scripts/release-notes: fix duplicate output header --- scripts/release-notes.pl | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts') diff --git a/scripts/release-notes.pl b/scripts/release-notes.pl index 7e4d4b98f..67805f9f1 100755 --- a/scripts/release-notes.pl +++ b/scripts/release-notes.pl @@ -160,6 +160,7 @@ for my $l (@releasenotes) { $refused[$moreinfo{$f}]=3; } push @o, " --- new entries are listed above this ---"; + next; } elsif($cleanup) { if($l =~ /^ --- new entries are listed/) { -- cgit v1.2.3