mymysql icon indicating copy to clipboard operation
mymysql copied to clipboard

Add a go1 branch

Open kylelemons opened this issue 13 years ago • 0 comments

I recommend adding a go1 branch for the go tool to check out (e.g. not a tag). As long as no changes are made to that branch, it's pretty straightforward to push changes over to it when you're ready for them to be "released"

set -e git tag $RELEASENAME git push --tags git checkout go1 git merge master git push --all git checkout master

kylelemons avatar Apr 06 '12 20:04 kylelemons