@@ -216,8 +216,8 @@ The documentation consists both of prose and API documentation. All user-facing
216216and functions are included in the API documentation, under the ``docs/api `` folder
217217using the `autodoc <https://www.sphinx-doc.org/en/master/usage/extensions/autodoc.html >`_
218218extension to sphinx. Any new features or important usage information should be included in the
219- user-guide (``docs/user-guide ``). Any changes should also be included in the release
220- notes (`` docs/release-notes.rst ``) .
219+ user-guide (``docs/user-guide ``). Any changes should also be included as a new file in the
220+ :file: ` changes ` directory .
221221
222222The documentation can be built locally by running::
223223
@@ -335,11 +335,9 @@ Release procedure
335335
336336Pre-release
337337"""""""""""
338- 1. Make sure that all pull requests which will be
339- included in the release have been properly documented in
340- :file: `docs/release-notes.rst `.
341- 2. Rename the "Unreleased" section heading in :file: `docs/release-notes.rst `
342- to the version you are about to release.
338+ 1. Make sure that all pull requests which will be included in the release
339+ have been properly documented as changelog files in :file: `changes `.
340+ 2. Run ``towncrier build --version x.y.z `` to create the changelog.
343341
344342Releasing
345343"""""""""
@@ -352,7 +350,7 @@ appropriate suffix (e.g. `v0.0.0a1` or `v0.0.0rc2`).
352350
353351Set the description of the release to::
354352
355- See release notes https://zarr.readthedocs.io/en/stable/release.html#release-0-0-0
353+ See release notes https://zarr.readthedocs.io/en/stable/release-notes .html#release-0-0-0
356354
357355replacing the correct version numbers. For pre-release versions,
358356the URL should omit the pre-release suffix, e.g. "a1" or "rc1".
0 commit comments