Skip to content

Commit

Permalink
Skip CI during release stages (#172)
Browse files Browse the repository at this point in the history
  • Loading branch information
gastaldi authored Aug 28, 2024
1 parent 1841da9 commit f855f5e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -293,6 +293,7 @@
<artifactId>maven-release-plugin</artifactId>
<version>${version.release.plugin}</version>
<configuration>
<scmCommentPrefix>[ci skip] </scmCommentPrefix>
<preparationGoals>clean install</preparationGoals>
<autoVersionSubmodules>true</autoVersionSubmodules>
<tagNameFormat>@{project.version}</tagNameFormat>
Expand Down

0 comments on commit f855f5e

Please sign in to comment.