script to bump versions
Este commit está contenido en:
padre
d382464caf
commit
a2c4e718fd
14
bump-versions.sh
Archivo normal
14
bump-versions.sh
Archivo normal
@ -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
|
||||
Cargando…
x
Referencia en una nueva incidencia
Block a user