script to bump versions
This commit is contained in:
parent
d382464caf
commit
a2c4e718fd
|
@ -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
|
Loading…
Reference in New Issue