docs/releasing: add missing "track remote staging branch" command in instructions

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/36166>
This commit is contained in:
Eric Engestrom 2025-07-16 16:31:02 +02:00 committed by Marge Bot
parent da61149b2a
commit d41967f6eb

View file

@ -213,6 +213,7 @@ the branches:
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 git checkout staging/$VERSION
git branch --set-upstream-to origin/staging/$VERSION
You are now on the :ref:`staging branch <stagingbranch>`, where you You are now on the :ref:`staging branch <stagingbranch>`, where you
will be doing your release maintainer work. This branch can be rebased will be doing your release maintainer work. This branch can be rebased