From 3f9f7f864f0ea53a4b6880f62366f109e3830bad Mon Sep 17 00:00:00 2001 From: Eric Engestrom Date: Wed, 21 Jan 2026 16:51:59 +0100 Subject: [PATCH] docs/releasing: s/pull request/merge request/ Part-of: --- docs/releasing.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/releasing.rst b/docs/releasing.rst index 72577786f27..0bd11b4ac69 100644 --- a/docs/releasing.rst +++ b/docs/releasing.rst @@ -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 `__, 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 --------------------