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 1c49bf9 commit 5613359Copy full SHA for 5613359
script/release
@@ -55,7 +55,7 @@ if echo "$new_tag" | grep -q -E "$tag_regex"; then
55
# Release tag is valid
56
echo -e "Tag: ${BOLD_BLUE}$new_tag${OFF} is valid syntax"
57
else
58
- # Release tag is not `vX.X.X` format
+ # Release tag is not in `vX.X.X` format
59
echo -e "Tag: ${BOLD_BLUE}$new_tag${OFF} is ${BOLD_RED}not valid${OFF} (must be in ${BOLD}vX.X.X${OFF} format)"
60
exit 1
61
fi
0 commit comments