drunk devs
This commit is contained in:
parent
ba12559348
commit
2ca10fc4f5
|
@ -126,7 +126,7 @@ else
|
||||||
echo "Error: tag has to match vMAJOR.MINOR.PATCH format"
|
echo "Error: tag has to match vMAJOR.MINOR.PATCH format"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
if [[ "$( (git tag;echo v0.0.2) | sort -V | tail -n1)" != "$tag_name" ]]
|
if [[ "$( (git tag;echo "$tag_name") | sort -V | tail -n1)" != "$tag_name" ]]
|
||||||
then
|
then
|
||||||
echo "Error: the tag name you entered '$tag_name' does not seem to be the latest"
|
echo "Error: the tag name you entered '$tag_name' does not seem to be the latest"
|
||||||
echo " instead '$( (git tag;echo v0.0.2) | sort -V | tail -n1)' is the latest"
|
echo " instead '$( (git tag;echo v0.0.2) | sort -V | tail -n1)' is the latest"
|
||||||
|
|
Loading…
Reference in a new issue