Explorar o código

Added stable tag release script.

Lauri Ojansivu %!s(int64=4) %!d(string=hai) anos
pai
achega
8dfb6916c5
Modificáronse 1 ficheiros con 3 adicións e 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