script to bump versions

这个提交包含在:
AJ ONeal 2017-03-20 13:48:34 -06:00
父节点 d382464caf
当前提交 a2c4e718fd

14
bump-versions.sh 普通文件
查看文件

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