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:

committed by
Marge Bot

parent
6833138b5d
commit
fa10735da3
@@ -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
|
||||
|
Reference in New Issue
Block a user