Skip to content

Commit 5613359

Browse files
committed
minor comment change
1 parent 1c49bf9 commit 5613359

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script/release

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ if echo "$new_tag" | grep -q -E "$tag_regex"; then
5555
# Release tag is valid
5656
echo -e "Tag: ${BOLD_BLUE}$new_tag${OFF} is valid syntax"
5757
else
58-
# Release tag is not `vX.X.X` format
58+
# Release tag is not in `vX.X.X` format
5959
echo -e "Tag: ${BOLD_BLUE}$new_tag${OFF} is ${BOLD_RED}not valid${OFF} (must be in ${BOLD}vX.X.X${OFF} format)"
6060
exit 1
6161
fi

0 commit comments

Comments
 (0)