mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-02 16:38:09 +02:00
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:
parent
79b9c8c5dd
commit
a5dce21782
1 changed files with 17 additions and 0 deletions
|
|
@ -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
|
||||
--------------------
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue