Added stable tag release script.

This commit is contained in:
Lauri Ojansivu 2021-04-01 01:49:41 +03:00
parent 6066be944a
commit 8dfb6916c5

3
releases/stable-tag.sh Executable file
View file

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