Skip to content

Commit 4156ce5

Browse files
authored
Add note on why we only add empty whatsnew after releasing
1 parent 6c131fe commit 4156ce5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

HOW_TO_RELEASE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ upstream https://github.com/pydata/xarray (push)
5959
10. This should automatically trigger an upload of the new build to PyPI via GitHub Actions.
6060
Check this has run [here](https://github.com/pydata/xarray/actions/workflows/pypi-release.yaml),
6161
and that the version number you expect is displayed [on PyPI](https://pypi.org/project/xarray/)
62-
11. Add a section for the next release {YYYY.MM.X+1} to doc/whats-new.rst:
62+
11. Add a section for the next release {YYYY.MM.X+1} to doc/whats-new.rst (we avoid doing this earlier so that it doesn't show up in the RTD build):
6363
```rst
6464
.. _whats-new.YYYY.MM.X+1:
6565

0 commit comments

Comments
 (0)