Skip to content

Instantly share code, notes, and snippets.

@ElijahLynn
Created September 19, 2013 15:46
Show Gist options
  • Save ElijahLynn/6625446 to your computer and use it in GitHub Desktop.
Save ElijahLynn/6625446 to your computer and use it in GitHub Desktop.
Pub7 Tag Instructions
open new hotfix branch off of tag
merge branch into master
tag the branch SPECIAL
* cd into root of clone
* ./builds/scripts/pub-tag.sh 7.23.1 (example, don't use v prefix, script does it for us)
* ./builds/scripts/pub-tag2.sh
* git checkout master --force
* ./builds/scripts/pub-tag3.sh
NOTE: If pub-tag2.sh and pub-tag3.sh don't work or you get confused that is okay. pub-tag.sh is the one that really does the tag but contact Sam Boyer and let him know about it. If all you can ever do is the first script, that is fine.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment