From 034fc8829fe7499ee7f2db2afa48cd7dd678275a Mon Sep 17 00:00:00 2001 From: Joe Beda Date: Tue, 20 Sep 2016 10:18:13 -0700 Subject: [PATCH] Update comment on release.sh to reflect new release repo --- build/release.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/build/release.sh b/build/release.sh index 6bfee6b71f0..3d09bc8f15a 100755 --- a/build/release.sh +++ b/build/release.sh @@ -16,8 +16,10 @@ # Build a Kubernetes release. This will build the binaries, create the Docker # images and other build artifacts. -# For pushing these artifacts publicly on Google Cloud Storage, see the -# associated build/push-* scripts. +# +# For pushing these artifacts publicly to Google Cloud Storage or to a registry +# please refer to the kubernetes/release repo at +# https://github.com/kubernetes/release. set -o errexit set -o nounset