mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-20 18:10:11 +01:00
docs/releasing: checkout the staging branch at the end of its creation process
Signed-off-by: Eric Engestrom <eric@igalia.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/19536>
This commit is contained in:
parent
739ecdf367
commit
68f942f217
1 changed files with 6 additions and 0 deletions
|
|
@ -212,6 +212,12 @@ the branches:
|
||||||
git checkout $VERSION-branchpoint
|
git checkout $VERSION-branchpoint
|
||||||
git push origin HEAD:refs/heads/$VERSION
|
git push origin HEAD:refs/heads/$VERSION
|
||||||
git push origin HEAD:refs/heads/staging/$VERSION
|
git push origin HEAD:refs/heads/staging/$VERSION
|
||||||
|
git checkout staging/$VERSION
|
||||||
|
|
||||||
|
You are now on the :ref:`staging branch <stagingbranch>`, where you
|
||||||
|
will be doing your release maintainer work. This branch can be rebased
|
||||||
|
and altered in way necessary, with the caveat that anything pushed to
|
||||||
|
the ``X.Y`` branch must not be altered anymore.
|
||||||
|
|
||||||
Now go to
|
Now go to
|
||||||
`GitLab <https://gitlab.freedesktop.org/mesa/mesa/-/milestones>`__ and
|
`GitLab <https://gitlab.freedesktop.org/mesa/mesa/-/milestones>`__ and
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue