minor
This commit is contained in:
@@ -118,7 +118,8 @@ case $COMMAND in
|
||||
esac
|
||||
|
||||
TAG="$MAJOR.$MINOR.$PATCH"
|
||||
|
||||
echo "new TAG $TAG"
|
||||
exit 1
|
||||
# check if tag exists already!
|
||||
if [[ -n $(git tag -l $TAG) ]]; then
|
||||
echo "WARNING: ${TAG} already exists!"
|
||||
|
||||
Reference in New Issue
Block a user