We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8b345b commit 5fcd41dCopy full SHA for 5fcd41d
hack/release.sh
@@ -36,8 +36,8 @@ fi
36
37
echo "${TARGET_VERSION}" > VERSION
38
39
-echo "*** checking for existance of git tag ${TARGET_TAG}"
40
-if git tag -l "${TARGET_VERSION}" | grep -q "${TARGET_TAG}"; then
+echo "*** checking for existence of git tag ${TARGET_TAG}"
+if git tag -l "${TARGET_TAG}" | grep -q "${TARGET_TAG}"; then
41
echo "Error: Tag with version ${TARGET_TAG} already exists." >&2
42
exit 1
43
fi
0 commit comments