commit | 66212a3024a9c7decdccbd0d0f520254e255f185 | [log] [tgz] |
---|---|---|
author | Daniel Stenberg <daniel@haxx.se> | Tue Apr 14 14:57:46 2020 +0200 |
committer | Daniel Stenberg <daniel@haxx.se> | Tue Apr 14 14:57:46 2020 +0200 |
tree | 3f02d32b00b3b3c7cef0e3b26c7e28ad5e6adfea | |
parent | 23a3ab9dd5ebfd2e17722bfba666d991fe8f4390 [diff] |
scripts/release-notes: fix duplicate output header
diff --git a/scripts/release-notes.pl b/scripts/release-notes.pl index 7e4d4b9..67805f9 100755 --- a/scripts/release-notes.pl +++ b/scripts/release-notes.pl
@@ -160,6 +160,7 @@ $refused[$moreinfo{$f}]=3; } push @o, " --- new entries are listed above this ---"; + next; } elsif($cleanup) { if($l =~ /^ --- new entries are listed/) {