summaryrefslogtreecommitdiff
path: root/scripts/release-notes.pl
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/release-notes.pl')
-rwxr-xr-xscripts/release-notes.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/release-notes.pl b/scripts/release-notes.pl
index 6afd53348..9e1c4a58c 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;
}