We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c131fe commit 4156ce5Copy full SHA for 4156ce5
HOW_TO_RELEASE.md
@@ -59,7 +59,7 @@ upstream https://github.com/pydata/xarray (push)
59
10. This should automatically trigger an upload of the new build to PyPI via GitHub Actions.
60
Check this has run [here](https://github.com/pydata/xarray/actions/workflows/pypi-release.yaml),
61
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:
+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):
63
```rst
64
.. _whats-new.YYYY.MM.X+1:
65
0 commit comments