Skip to content

Instantly share code, notes, and snippets.

@federicoiosue
Created April 23, 2018 13:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save federicoiosue/bfa8099db5f034bae73e31fa15e831a9 to your computer and use it in GitHub Desktop.
Save federicoiosue/bfa8099db5f034bae73e31fa15e831a9 to your computer and use it in GitHub Desktop.
Jenkins + Gitflow - release preparation
git checkout develop
git pull
mvn jgitflow:release-start -B
mvn jgitflow:release-finish
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment