Skip to content

Instantly share code, notes, and snippets.

@KraigWalker
Created March 19, 2012 20:32
Show Gist options
  • Save KraigWalker/2126867 to your computer and use it in GitHub Desktop.
Save KraigWalker/2126867 to your computer and use it in GitHub Desktop.
Creating a Release Branch
$ git checkout -b release-VERSIONNUMBER develop
$ ./bump-version.sh VERSIONNUMBER
$ git commit -a -m "Bumped version number to VERSIONNUMBER"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment