From 14fb0905dac8e2eb1f8d67dda2cae797784f9bd0 Mon Sep 17 00:00:00 2001 From: Andreas Tolfsen Date: Tue, 13 Mar 2018 14:15:18 +0000 Subject: [PATCH] Bug 1445244 - Highlight that release must be made from bump commit. r=me MozReview-Commit-ID: DNM2lEn1Wvo --- testing/geckodriver/doc/Releasing.md | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/testing/geckodriver/doc/Releasing.md b/testing/geckodriver/doc/Releasing.md index f1f3a51a2900..254403cb2fb5 100644 --- a/testing/geckodriver/doc/Releasing.md +++ b/testing/geckodriver/doc/Releasing.md @@ -123,8 +123,20 @@ The canonical GitHub repository is so make sure you have a local clone of that. It has three branches: _master_ which only contains the [README.md]; _old_ which was the state of the project when it was exported to mozilla-central; and -_release_, from where releases are made. We will export the contents -of [testing/geckodriver] to the latter branch: +_release_, from where releases are made. + +Before we copy the code over to the GitHub repository we need to +check out the [commit we made earlier](#bump-the-version-number) +against central that bumped the version number: + + % git checkout $BUMP_REVISION + +Or: + + % hg update $BUMP_REVISION + +We will now export the contents of [testing/geckodriver] to the +_release_ branch: % cd $SRC/geckodriver % git checkout release