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