You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**Priority PRs/issues to complete prior to release**
@@ -16,8 +16,9 @@ assignees: ''
16
16
17
17
**Before release**:
18
18
19
+
-[ ] Make sure the release branch (e.g., `3.1.x`) is up to date with any backports.
19
20
-[ ] Make sure that all pull requests which will be included in the release have been properly documented as changelog files in the [`changes/` directory](https://github.com/zarr-developers/zarr-python/tree/main/changes).
20
-
-[ ] Run ``towncrier build --version x.y.z`` to create the changelog, and commit the result to the main branch.
21
+
-[ ] Run ``towncrier build --version x.y.z`` to create the changelog, and commit the result to the release branch.
21
22
-[ ] Check [SPEC 0](https://scientific-python.org/specs/spec-0000/#support-window) to see if the minimum supported version of Python or NumPy needs bumping.
22
23
-[ ] Check to ensure that:
23
24
-[ ] Deprecated workarounds/codes/tests are removed. Run `grep "# TODO" **/*.py` to find all potential TODOs.
@@ -41,6 +42,7 @@ assignees: ''
41
42
-[ ] Go to https://github.com/zarr-developers/zarr-python/releases.
42
43
-[ ] Click "Draft a new release".
43
44
-[ ] Choose a version number prefixed with a `v` (e.g. `v0.0.0`). For pre-releases, include the appropriate suffix (e.g. `v0.0.0a1` or `v0.0.0rc2`).
45
+
-[ ] Set the target branch to the release branch (e.g., `3.1.x`)
44
46
-[ ] Set the description of the release to: `See release notes https://zarr.readthedocs.io/en/stable/release-notes.html#release-0-0-0`, replacing the correct version numbers. For pre-release versions, the URL should omit the pre-release suffix, e.g. "a1" or "rc1".
45
47
-[ ] Click on "Generate release notes" to auto-fill the description.
46
48
-[ ] Make a release by clicking the 'Publish Release' button, this will automatically create a tag too.
0 commit comments