From 95b758cf86898de9db82ef3c22924e6457c57ba3 Mon Sep 17 00:00:00 2001 From: Ran Benita Date: Wed, 12 Nov 2025 13:20:59 +0200 Subject: [PATCH] RELEASING: add step to update ReadTheDocs Refs #13921 --- RELEASING.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/RELEASING.rst b/RELEASING.rst index 79b4e2f764d..5723fe197c2 100644 --- a/RELEASING.rst +++ b/RELEASING.rst @@ -146,6 +146,10 @@ Both automatic and manual processes described above follow the same steps from t #. Merge the PR. **Make sure it's not squash-merged**, so that the tagged commit ends up in the main branch. +#. For major and minor releases (or the first prerelease of it), + in the `ReadTheDocs admin page `__, click "Add Version" on the top right, + choose the new branch, then set the new version as active. + #. Cherry-pick the CHANGELOG / announce files to the ``main`` branch:: git fetch upstream