Skip to content

Commit

Permalink
Disable automatic push on release
Browse files Browse the repository at this point in the history
Developer will instead manually push changes to remote. This helps
prevent accidental pushes of mis-configured releases.
  • Loading branch information
openfirmware committed Apr 9, 2019
1 parent 3542e67 commit b71aa2b
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 @@ -140,6 +140,7 @@
<artifactId>maven-release-plugin</artifactId>
<configuration>
<tagNameFormat>@{project.version}</tagNameFormat>
<pushChanges>false</pushChanges>
</configuration>
</plugin>
<plugin>
Expand Down

0 comments on commit b71aa2b

Please sign in to comment.