Parcourir la source

Added stable tag release script.

Lauri Ojansivu il y a 4 ans
Parent
commit
8dfb6916c5
1 fichiers modifiés avec 3 ajouts et 0 suppressions
  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