scripts/release-notes.pl: strip ci skip tag [ci skip]
Ref: e604a82cae (commitcomment-85637701)
Reviewed-by: Daniel Stenberg
Closes #9634
This commit is contained in:
parent
e604a82cae
commit
c5d8895645
@ -123,6 +123,7 @@ for my $l (@gitlog) {
|
|||||||
elsif(($l =~ /^ (.*)/) && !$first) {
|
elsif(($l =~ /^ (.*)/) && !$first) {
|
||||||
# first line
|
# first line
|
||||||
$short = $1;
|
$short = $1;
|
||||||
|
$short =~ s/ ?\[(ci skip|skip ci)\]//g;
|
||||||
$first = 1;
|
$first = 1;
|
||||||
push @line, $short;
|
push @line, $short;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user