Skip to content

Commit d19e968

Browse files
authored
Merge branch 'main' into ig/structured_arrays_v2
2 parents b2071a7 + b773b3e commit d19e968

File tree

2 files changed

+16
-8
lines changed

2 files changed

+16
-8
lines changed

docs/developers/contributing.rst

Lines changed: 15 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -329,10 +329,16 @@ Release procedure
329329
Most of the release process is now handled by GitHub workflow which should
330330
automatically push a release to PyPI if a tag is pushed.
331331

332-
Before releasing, make sure that all pull requests which will be
333-
included in the release have been properly documented in
334-
`docs/release.rst`.
335-
332+
Pre-release
333+
"""""""""""
334+
1. Make sure that all pull requests which will be
335+
included in the release have been properly documented in
336+
:file:`docs/release-notes.rst`.
337+
2. Rename the "Unreleased" section heading in :file:`docs/release-notes.rst`
338+
to the version you are about to release.
339+
340+
Releasing
341+
"""""""""
336342
To make a new release, go to
337343
https://github.com/zarr-developers/zarr-python/releases and
338344
click "Draft a new release". Choose a version number prefixed
@@ -355,5 +361,8 @@ https://readthedocs.io. Full releases will be available under
355361
pre-releases will be available under
356362
`/latest <https://zarr.readthedocs.io/en/latest>`_.
357363

358-
Also review and merge the https://github.com/conda-forge/zarr-feedstock
359-
pull request that will be automatically generated.
364+
Post-release
365+
""""""""""""
366+
367+
- Review and merge the pull request on the `conda-forge feedstock <https://github.com/conda-forge/zarr-feedstock>`_ that will be automatically generated.
368+
- Create a new "Unreleased" section in the release notes

docs/release-notes.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@ New features
99

1010
Bug fixes
1111
~~~~~~~~~
12-
* Fixes ``order`` argument for Zarr format 2 arrays.
13-
By :user:`Norman Rzepka <normanrz>` (:issue:`2679`).
12+
* Fixes ``order`` argument for Zarr format 2 arrays (:issue:`2679`).
1413

1514
Behaviour changes
1615
~~~~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)