Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
git flow release start X.X.X.X
git flow release publish X.X.X.X

Now you should be on release/X.X.X.X branch (git status supposes confirm that). You must push changes to remote repo as the Release plugins will push changes to remote as well.

Prepare release

Tag the release by using the "release:prepare" goal of Maven:

...