Add missing step necessary to finish the release

This commit is contained in:
Nanne Baars 2019-05-03 11:20:53 +02:00
parent 98537426f2
commit 2a5e8dfdac

View File

@ -15,6 +15,10 @@ git flow release start <version>
mvn versions:set <<version>
git commit -am "New release, updating pom.xml"
git flow release publish
<<Make changes if necessary>>
git flow release finish <version>
git push origin develop
git push origin master
git push --tags