Publish
-
Create a Release on GitHub (include Release Notes from JIRA)

-
Merge release branch into master
git checkout master git merge release/x.y.z -
Bump app version (remove -SNAPSHOT)
git add application.properties git commit -m "bumped app version to x.y.z" -
Tag release (See Tagging section)
git tag -a vx.y.z -m 'Release x.y.z' git push --tags -
Push master to remote
git push -
Upload WAR to release

-
Publish Release Notes to openboxes.com
