docs/releasing: fix instructions to create a branch from a tag

Not sure if it used to work, but it doesn't anymore.

Signed-off-by: Eric Engestrom <eric@igalia.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/19536>
This commit is contained in:
Eric Engestrom
2022-11-04 14:21:08 +00:00
committed by Marge Bot
parent 6833138b5d
commit fa10735da3

View File

@@ -196,8 +196,9 @@ To setup the branchpoint:
# Create the tag and branches on the server
git push origin $VERSION-branchpoint
git push origin $VERSION-branchpoint:refs/heads/$VERSION
git push origin $VERSION-branchpoint:refs/heads/staging/$VERSION
git checkout $VERSION-branchpoint
git push origin HEAD:refs/heads/$VERSION
git push origin HEAD:refs/heads/staging/$VERSION
Now go to
`GitLab <https://gitlab.freedesktop.org/mesa/mesa/-/milestones>`__ and