diff --git a/bump-versions.sh b/bump-versions.sh new file mode 100644 index 0000000..e7875b5 --- /dev/null +++ b/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