aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtag.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tag.sh b/tag.sh
index 59f8560..8d4f79c 100755
--- a/tag.sh
+++ b/tag.sh
@@ -16,7 +16,7 @@ fi
for i in $tag_modules; do
echo "tag $i" 1>&2
cd $i
- git tag -a $1 -m "Tag version $1"
+ git tag -a "v$1" -m "Tag version $1"
if [ $? -ne 0 ]; then
echo "tag FAILED" 1>&2