script to bump versions
This commit is contained in:
parent
d382464caf
commit
a2c4e718fd
14
bump-versions.sh
Normal file
14
bump-versions.sh
Normal file
@ -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…
x
Reference in New Issue
Block a user