diff --git a/version.sh b/version.sh index 41413ff..afb679a 100755 --- a/version.sh +++ b/version.sh @@ -3,7 +3,7 @@ echo "Creating tag $1" TAG="v$1" -git tag -a ${TAG} +git tag -a ${TAG} -m ${TAG} if [[ "$@" == *'--from-ci'* ]] then