Skip to content

Commit

Permalink
Add missing step necessary to finish the release
Browse files Browse the repository at this point in the history
  • Loading branch information
nbaars committed May 3, 2019
1 parent 9853742 commit 2a5e8df
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CREATE_RELEASE.MD
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2a5e8df

Please sign in to comment.