Skip to content

Commit

Permalink
Added branch instructions.
Browse files Browse the repository at this point in the history
  • Loading branch information
Nils Hoffmann committed Aug 30, 2018
1 parent 08647cc commit 695629b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions RELEASES.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ Nils Hoffmann <[email protected]>

== Publishing a release

Create a release branch:

git branch <RELEASE_VERSION>
git checkout <RELEASE_VERSION>

Set the release version, commit and tag:

./mvnw versions:set -D<RELEASE_VERSION>
Expand Down

0 comments on commit 695629b

Please sign in to comment.