From 27770952a79ed1ae32152f52111f67144738fd55 Mon Sep 17 00:00:00 2001 From: Isaac Hollander McCreery Date: Thu, 5 Nov 2015 11:37:02 -0800 Subject: [PATCH] Message to cut-n-paste instructions --- release/build-official-release.sh | 4 ++-- release/cut-official-release.sh | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/release/build-official-release.sh b/release/build-official-release.sh index f6d1269780..1e8f982e5e 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 d2f8ec491b..50770de73e 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