File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed
Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -141,7 +141,6 @@ Update :file:`doc/users/release_notes.rst`:
141141 prev_whats_new/whats_new_X.Y.0.rst
142142 ../api/prev_api_changes/api_changes_X.Y.0.rst
143143 prev_whats_new/github_stats_X.Y.0.rst
144-
145144 - For bugfix releases add the GitHub stats and (if present) the API changes to
146145 the existing X.Y section
147146
@@ -150,6 +149,15 @@ Update :file:`doc/users/release_notes.rst`:
150149 ../api/prev_api_changes/api_changes_X.Y.Z.rst
151150 prev_whats_new/github_stats_X.Y.Z.rst
152151
152+ Update version switcher
153+ ~~~~~~~~~~~~~~~~~~~~~~~
154+
155+ Update ``doc/_static/switcher.json ``. If a minor release, ``X.Y.Z ``, create
156+ a new entry ``version: X.Y.(Z-1) ``, and change the name of stable
157+ ``name: stable/X.Y.Z ``. If a major release, ``X.Y.0 ``, change the name
158+ of ``name: devel/X.(Y+1) `` and ``name: stable/X.Y.0 `` as well as adding
159+ a new version for the previous stable.
160+
153161Verify that docs build
154162----------------------
155163
You can’t perform that action at this time.
0 commit comments