docs/releasing: skip ci when creating the branchpoint

This isn't a new git state to be tested, we're just pushing it to a new location.

The push above doesn't need this because it doesn't run the CI anyway.

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/39435>
This commit is contained in:
Eric Engestrom 2026-01-21 16:54:29 +01:00 committed by Marge Bot
parent f43bab301f
commit 8846c0246d

View file

@ -211,7 +211,7 @@ the branches:
git push origin $VERSION-branchpoint
git checkout $VERSION-branchpoint
git push origin HEAD:refs/heads/$VERSION
git push origin HEAD:refs/heads/staging/$VERSION
git push origin HEAD:refs/heads/staging/$VERSION --push-option ci.skip
git checkout staging/$VERSION
git branch --set-upstream-to origin/staging/$VERSION