mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-20 16:00:08 +01:00
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:
parent
da61149b2a
commit
d41967f6eb
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue