summaryrefslogtreecommitdiff
path: root/scripts/make-tag.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/make-tag.sh')
-rwxr-xr-xscripts/make-tag.sh6
1 files changed, 0 insertions, 6 deletions
diff --git a/scripts/make-tag.sh b/scripts/make-tag.sh
deleted file mode 100755
index 108444fc..00000000
--- a/scripts/make-tag.sh
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/bin/sh
-
-VERSION=$1
-
-git tag -a v$VERSION -m "Version $VERSION"
-git push origin v$VERSION