script to bump versions
This commit is contained in:
父節點
d382464caf
當前提交
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
|
||||
載入中…
x
新增問題並參考
Block a user