summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid McMahon <djmm@google.com>2016-03-01 17:49:00 -0800
committerDavid McMahon <djmm@google.com>2016-03-02 12:43:27 -0800
commit1ef7b2c44a87683e1ca769a94030204e9a9d60a3 (patch)
treecc4448d72b68716f69e61ec5cc3cc8c62d1f8a99
parent3b6592d4ba2c1d0f5258b7ce3a3dae70f4e4be5f (diff)
Pass latest or stable to build/push-official-release.sh.
-rw-r--r--releasing.md4
1 files changed, 0 insertions, 4 deletions
diff --git a/releasing.md b/releasing.md
index 27b0e906..475c9785 100644
--- a/releasing.md
+++ b/releasing.md
@@ -213,10 +213,6 @@ release](https://github.com/kubernetes/kubernetes/releases/new):
notes draft), and attach it to the release; and
1. publish!
-Finally, from a clone of upstream/master, *make sure* you still have
-`RELEASE_VERSION` set correctly, and run `./build/mark-stable-release.sh
-${RELEASE_VERSION}`.
-
### Manual tasks for new release series
*TODO(#20946) Burn this list down.*