summaryrefslogtreecommitdiff
path: root/maketag.sh
diff options
context:
space:
mode:
Diffstat (limited to 'maketag.sh')
-rwxr-xr-xmaketag.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/maketag.sh b/maketag.sh
index 9fd296e5..24845f53 100755
--- a/maketag.sh
+++ b/maketag.sh
@@ -1,4 +1,8 @@
#!/bin/sh
read -p "Please generate CHANGELOG and commit it BEFORE you tag. Press a key when ready..."
+orig=$1
+VER="${orig/v//}"
+echo $VER
+exit
git tag -fa v$1 -m'v$1'
git push -f --tags