Bug 1445244 - Highlight that release must be made from bump commit. r=me

MozReview-Commit-ID: DNM2lEn1Wvo
This commit is contained in:
Andreas Tolfsen 2018-03-13 14:15:18 +00:00
Родитель 2f491089d2
Коммит 14fb0905da
1 изменённых файлов: 14 добавлений и 2 удалений

Просмотреть файл

@ -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