mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-28 19:00:13 +01:00
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:
parent
6833138b5d
commit
fa10735da3
1 changed files with 3 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue