File tree 1 file changed +11
-4
lines changed
1 file changed +11
-4
lines changed Original file line number Diff line number Diff line change @@ -474,14 +474,21 @@ which will be triggered when the tag is pushed.
474
474
Post-Release
475
475
````````````
476
476
477
- 1. Close the milestone and the issue for the released version.
477
+ 1. Update symlink to stable documentation by logging in to our web server, and
478
+ editing ``/var/www/html/pandas-docs/stable `` to point to ``version/<latest-version> ``.
478
479
479
- 2. Create a new issue for the next release, with the estimated date or release.
480
+ 2. If releasing a major or minor release, open a PR in our source code to update
481
+ ``web/pandas/versions.json ``, to have the desired versions in the documentation
482
+ dropdown menu.
480
483
481
- 3. Open a PR with the placeholder for the release notes of the next version. See
484
+ 3. Close the milestone and the issue for the released version.
485
+
486
+ 4. Create a new issue for the next release, with the estimated date of release.
487
+
488
+ 5. Open a PR with the placeholder for the release notes of the next version. See
482
489
for example [the PR for 1.5.3](https://github.com/pandas-dev/pandas/pull/49843/files).
483
490
484
- 4 . Announce the new release in the official channels (use previous announcements
491
+ 6 . Announce the new release in the official channels (use previous announcements
485
492
for reference):
486
493
487
494
- The pandas-dev and pydata mailing lists
You can’t perform that action at this time.
0 commit comments