Explorar el Código

Added stable tag release script.

Lauri Ojansivu hace 4 años
padre
commit
8dfb6916c5
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      releases/stable-tag.sh

+ 3 - 0
releases/stable-tag.sh

@@ -0,0 +1,3 @@
+git tag --force stable HEAD
+git push --tags --force
+git push --follow-tags