oauth3.js/bump-versions.sh

15 lines
147 B
Bash
Raw Normal View History

2017-03-20 19:48:34 +00:00
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