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