script to bump versions
Dieser Commit ist enthalten in:
Ursprung
d382464caf
Commit
a2c4e718fd
14
bump-versions.sh
Normale Datei
14
bump-versions.sh
Normale Datei
@ -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
|
||||||
Laden…
x
In neuem Issue referenzieren
Einen Benutzer sperren