Skip to content

Commit

Permalink
fixed slash
Browse files Browse the repository at this point in the history
  • Loading branch information
pliablepixels committed Oct 9, 2017
1 parent 623d4c1 commit fa744c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions maketag.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh
#!/bin/bash
read -p "Please generate CHANGELOG and commit it BEFORE you tag. Press a key when ready..."
orig=$1
VER="${orig/v//}"
VER="${orig/v/}"
echo "Creating tag:v$VER"
read -p "Press any key to create the tag or Ctrl-C to break..." -n1
git tag -fa v$VER -m"v$VER"
Expand Down

0 comments on commit fa744c7

Please sign in to comment.