docs/releasing: s/pull request/merge request/

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/39435>
This commit is contained in:
Eric Engestrom 2026-01-21 16:51:59 +01:00 committed by Marge Bot
parent 5bfd522c9a
commit 3f9f7f864f

View file

@ -332,14 +332,14 @@ push:
git push -u YOUR_FORK X.Y-release
Finally, open a pull request against the main branch, assigning it to
Finally, open a merge request against the main branch, assigning it to
``@marge-bot`` immediately.
Update the website
------------------
Create a fork of `Mesa3d.org <https://gitlab.freedesktop.org/mesa/mesa3d.org/>`__, and create
a new pull request using the script:
a new merge request using the script:
.. code-block:: sh
@ -350,7 +350,7 @@ a new pull request using the script:
Where X.Y.Z is the same value as passed to post_version.py in the previous step.
Create a merge request from this commit. After the commit to mesa is merged,
merge this pull request.
merge this MR.
Announce the release
--------------------