Skip to content

Commit

Permalink
Don't tell people to wait for a tag that won't show up :p
Browse files Browse the repository at this point in the history
  • Loading branch information
holdenk committed May 28, 2020
1 parent afa5d90 commit d26c735
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions dev/create-release/do-release.sh
Expand Up @@ -54,9 +54,6 @@ function should_build {
if should_build "tag" && [ $SKIP_TAG = 0 ]; then
run_silent "Creating release tag $RELEASE_TAG..." "tag.log" \
"$SELF/release-tag.sh"
echo "It may take some time for the tag to be synchronized to github."
echo "Press enter when you've verified that the new tag ($RELEASE_TAG) is available."
read
else
echo "Skipping tag creation for $RELEASE_TAG."
fi
Expand Down

0 comments on commit d26c735

Please sign in to comment.