script to bump versions

This commit is contained in:
AJ ONeal 2017-03-20 13:48:34 -06:00
parent d382464caf
commit a2c4e718fd
1 changed files with 14 additions and 0 deletions

14
bump-versions.sh Normal file
View File

@ -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