1 parent f80996b commit a2ab212Copy full SHA for a2ab212
1 file changed
docs/development/maintainers/releasing.rst
@@ -107,6 +107,7 @@ The procedure for the feature freeze is as follows:
107
$ git add docs/whatsnew/<next_version>.rst
108
$ git add docs/whatsnew/index.rst
109
$ git add docs/index.rst
110
+ $ git add docs/index_getting_started.rst
111
$ git commit -m "Added <next_version> what's new page and redirect <current_version> what's new page"
112
113
#. Tag this commit using the next major version followed by ``.dev``. For example,
0 commit comments