script to bump versions

Cette révision appartient à :
AJ ONeal 2017-03-20 13:48:34 -06:00
Parent d382464caf
révision a2c4e718fd

14
bump-versions.sh Fichier normal
Voir le fichier

@ -0,0 +1,14 @@
git push --tags
git checkout v1.0
git push
git checkout v1
git merge v1.0
git push
git checkout master
git merge v1
git push
git checkout v1.0