Skip to content

Commit

Permalink
Message to cut-n-paste instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
Isaac Hollander McCreery committed Nov 5, 2015
1 parent 849cfaa commit 2777095
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions release/build-official-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@ SHA1=$(sha1 "${KUBE_BUILD_DIR}/kubernetes.tar.gz")

cat <<- EOM
Success! You must now do the following: (you may want to cut
and paste these instructions elsewhere, step 1 can be spammy)
Success! You must now do the following (you may want to cut and paste these
instructions elsewhere):
1) (cd ${KUBE_BUILD_DIR}; build/push-official-release.sh ${KUBE_RELEASE_VERSION})
2) Go to https://github.com/GoogleCloudPlatform/kubernetes/releases
Expand Down
3 changes: 2 additions & 1 deletion release/cut-official-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,8 @@ You would now do the following, if not a dry run:
EOM
else
cat > "${INSTRUCTIONS}" <<- EOM
Success! You must now do the following:
Success! You must now do the following (you may want to cut and paste these
instructions elsewhere):
EOM
fi
Expand Down

0 comments on commit 2777095

Please sign in to comment.