Add missing step necessary to finish the release
This commit is contained in:
parent
98537426f2
commit
2a5e8dfdac
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user