docs/releasing: Add a section to update the website

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/39011>
This commit is contained in:
Dylan Baker 2025-12-17 14:25:52 -08:00 committed by Marge Bot
parent 79b9c8c5dd
commit a5dce21782

View file

@ -363,6 +363,23 @@ push:
Finally, open a pull 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:
.. code-block:: sh
git checkout -b X.Y-release
./post_release.py X.Y.Z
git push -u YOUR_FORK X.Y-release
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.
Announce the release
--------------------