Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Don't tell people to wait for a tag that won't show up :p
  • Loading branch information
holdenk committed May 28, 2020
commit d26c7353e01442459f0c9d17dd013d0f61f2ad02
3 changes: 0 additions & 3 deletions dev/create-release/do-release.sh
Original file line number Diff line number Diff line change
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