We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 216b4bc commit 54d35d8Copy full SHA for 54d35d8
push-tag.sh
@@ -0,0 +1,6 @@
1
+#!/bin/sh
2
+
3
+VERSION=`cat VERSION`
4
5
+git tag $VERSION
6
+git push origin --tags
0 commit comments