From d6bb1729ed8dca7669b1f7ba1546a975f9e222f3 Mon Sep 17 00:00:00 2001 From: Marc Garcia Date: Thu, 19 Jan 2023 15:48:17 +0700 Subject: [PATCH 1/3] DOC: Add missing points to release instructions --- doc/source/development/maintaining.rst | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/doc/source/development/maintaining.rst b/doc/source/development/maintaining.rst index 6e9f622e18eea..6e3603bc8996b 100644 --- a/doc/source/development/maintaining.rst +++ b/doc/source/development/maintaining.rst @@ -474,14 +474,21 @@ which will be triggered when the tag is pushed. Post-Release ```````````` -1. Close the milestone and the issue for the released version. +1. Update symlink to stable documentation by logging in to our web server, and + editing `/var/www/html/pandas-docs/stable` to point to `version/`. -2. Create a new issue for the next release, with the estimated date or release. +2. If releasing a major or minor release, open a PR in our source code to update + `web/pandas/versions.json`, to have the desired versions in the documentation + drop down menu. -3. Open a PR with the placeholder for the release notes of the next version. See +3. Close the milestone and the issue for the released version. + +4. Create a new issue for the next release, with the estimated date of release. + +5. Open a PR with the placeholder for the release notes of the next version. See for example [the PR for 1.5.3](https://github.com/pandas-dev/pandas/pull/49843/files). -4. Announce the new release in the official channels (use previous announcements +6. Announce the new release in the official channels (use previous announcements for reference): - The pandas-dev and pydata mailing lists From 72065c623eac1a2a776c647ea6e7ebef330ff4af Mon Sep 17 00:00:00 2001 From: Marc Garcia Date: Thu, 19 Jan 2023 15:50:37 +0700 Subject: [PATCH 2/3] typo --- doc/source/development/maintaining.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/development/maintaining.rst b/doc/source/development/maintaining.rst index 6e3603bc8996b..54399e36288a1 100644 --- a/doc/source/development/maintaining.rst +++ b/doc/source/development/maintaining.rst @@ -479,7 +479,7 @@ Post-Release 2. If releasing a major or minor release, open a PR in our source code to update `web/pandas/versions.json`, to have the desired versions in the documentation - drop down menu. + dropdown menu. 3. Close the milestone and the issue for the released version. From b05111833bd5f0f907d8ffbd368f4dbb1aea4626 Mon Sep 17 00:00:00 2001 From: Marc Garcia Date: Thu, 19 Jan 2023 16:57:40 +0700 Subject: [PATCH 3/3] Fix backticks --- doc/source/development/maintaining.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/source/development/maintaining.rst b/doc/source/development/maintaining.rst index 54399e36288a1..31c3b8ee0652d 100644 --- a/doc/source/development/maintaining.rst +++ b/doc/source/development/maintaining.rst @@ -475,10 +475,10 @@ Post-Release ```````````` 1. Update symlink to stable documentation by logging in to our web server, and - editing `/var/www/html/pandas-docs/stable` to point to `version/`. + editing ``/var/www/html/pandas-docs/stable`` to point to ``version/``. 2. If releasing a major or minor release, open a PR in our source code to update - `web/pandas/versions.json`, to have the desired versions in the documentation + ``web/pandas/versions.json``, to have the desired versions in the documentation dropdown menu. 3. Close the milestone and the issue for the released version.