Skip to content

Commit 54d35d8

Browse files
committed
added new script to push the version tag
1 parent 216b4bc commit 54d35d8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

push-tag.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)