summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZach Loafman <zml@google.com>2015-09-14 17:05:05 -0700
committerZach Loafman <zml@google.com>2015-09-14 17:05:05 -0700
commita277212041843009b67f824bbf15ee57fea82b7e (patch)
treeea07dc1a64d7b9cd27383fb2070db4d545e1fae7
parent04666c6e834df249cf6d56cd4831477be9f512b1 (diff)
Fix the checkout instructions
-rw-r--r--releasing.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/releasing.md b/releasing.md
index 9950e6e4..9a73405f 100644
--- a/releasing.md
+++ b/releasing.md
@@ -139,7 +139,7 @@ manage cherry picks prior to cutting the release.
1. `export VER=x.y` (e.g. `0.20` for v0.20)
1. `export PATCH=Z` where `Z` is the patch level of `vX.Y.Z`
1. cd to the base of the repo
-1. `git fetch upstream && git checkout -b upstream/release-${VER}`
+1. `git fetch upstream && git checkout -b upstream/release-${VER} release-${VER}`
1. Make sure you don't have any files you care about littering your repo (they
better be checked in or outside the repo, or the next step will delete them).
1. `make clean && git reset --hard HEAD && git clean -xdf`