Skip to content

Commit a2ab212

Browse files
authored
DOC: Add git command to release instruction
[ci skip]
1 parent f80996b commit a2ab212

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

docs/development/maintainers/releasing.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ The procedure for the feature freeze is as follows:
107107
$ git add docs/whatsnew/<next_version>.rst
108108
$ git add docs/whatsnew/index.rst
109109
$ git add docs/index.rst
110+
$ git add docs/index_getting_started.rst
110111
$ git commit -m "Added <next_version> what's new page and redirect <current_version> what's new page"
111112

112113
#. Tag this commit using the next major version followed by ``.dev``. For example,

0 commit comments

Comments
 (0)