From a2c4e718fde930682666b8a5642a2f017d1183bc Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Mon, 20 Mar 2017 13:48:34 -0600 Subject: [PATCH] script to bump versions --- bump-versions.sh | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 bump-versions.sh 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