Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
Former-commit-id: 0ecca0dcb5a58b2431096004d85f452d69fa4a14
  • Loading branch information
pliablepixels committed Jun 16, 2016
1 parent 824560b commit 5c2fa61
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions maketag.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 5c2fa61

Please sign in to comment.