First, make sure you don’t have pending changes in your master branch.
-
cd galleon-plugins
-
git checkout master
-
pull --rebase upstream master
-
Update docs/* content to reference the new released version.
-
Commit the changes with message:
Update doc to X.X.X.Final
-
mvn release:prepare
-
mvn release:perform
-
Update docs/* content to reference the new SNAPSHOT version.
-
Commit the changes with message:
Update doc to X.X.X.Final-SNAPSHOT
-
push upstream master
-
Close the staging repository.
-
Release the closed repository.
-
Click on
Releases
-
Select Release you just released, Click on
Actions/Release
-
Set the date.
-
Click on
Manage Versions
and add the next version.