Skip to content

Commit

Permalink
GH-126 - Polish release instructions.
Browse files Browse the repository at this point in the history
  • Loading branch information
odrotbohm committed Jun 21, 2022
1 parent cef85cc commit 1bf725e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion readme.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,10 @@ This repository contains a variety of integrations of jMolecules abstractions in

=== Release instructions

* `mvn release:prepare -DscmReleaseCommitComment="$ticketId - Release version $version." -DscmDevelopmentCommitComment="$ticketId - Prepare next development iteration."`
* `mvn release:prepare \
-DreleaseVersion="$version" \
-DdevelopmentVersion="$versionNext" \
-DscmReleaseCommitComment="$ticketId - Release version $version." \
-DscmDevelopmentCommitComment="$ticketId - Prepare next development iteration." \
-Dtag="$version"`
* `mvn release:perform`

0 comments on commit 1bf725e

Please sign in to comment.