diff --git a/scripts/release-notes.pl b/scripts/release-notes.pl index 6afd53348e..9e1c4a58c6 100755 --- a/scripts/release-notes.pl +++ b/scripts/release-notes.pl @@ -123,6 +123,7 @@ for my $l (@gitlog) { elsif(($l =~ /^ (.*)/) && !$first) { # first line $short = $1; + $short =~ s/ ?\[(ci skip|skip ci)\]//g; $first = 1; push @line, $short; }