Skip to content

Commit 158fe6e

Browse files
committed
chore: release automation - maven-release-plugin config
1 parent e82eb90 commit 158fe6e

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
@@ -171,8 +171,8 @@
171171
<artifactId>maven-release-plugin</artifactId>
172172
<configuration>
173173
<preparationGoals>clean verify install</preparationGoals>
174-
<pushChanges>false</pushChanges>
175174
<localCheckout>true</localCheckout>
175+
<scmCommentPrefix>chore: release </scmCommentPrefix>
176176
</configuration>
177177
</plugin>
178178
</plugins>

0 commit comments

Comments
 (0)