Skip to content

Commit 6f9a30e

Browse files
committed
ci: skip workflows for automatic release commits
1 parent 3eede90 commit 6f9a30e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
<artifactId>maven-release-plugin</artifactId>
100100
<version>${maven-release-plugin.version}</version>
101101
<configuration>
102-
<scmCommentPrefix>[maven-release-plugin]</scmCommentPrefix>
102+
<scmCommentPrefix>[skip ci]</scmCommentPrefix>
103103
<tagNameFormat>v@{project.version}</tagNameFormat>
104104
</configuration>
105105
</plugin>

0 commit comments

Comments
 (0)