diff --git a/release/build-official-release.sh b/release/build-official-release.sh index f6d1269780e..1e8f982e5ec 100755 --- a/release/build-official-release.sh +++ b/release/build-official-release.sh @@ -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 diff --git a/release/cut-official-release.sh b/release/cut-official-release.sh index d2f8ec491b0..50770de73ec 100755 --- a/release/cut-official-release.sh +++ b/release/cut-official-release.sh @@ -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