File tree Expand file tree Collapse file tree 4 files changed +22
-10
lines changed Expand file tree Collapse file tree 4 files changed +22
-10
lines changed Original file line number Diff line number Diff line change 2323 - uses : actions/checkout@v3
2424 # setting up Python v3.0.0
252526+ with :
27+ python-version : ' 3.9'
2628 # using pre-commit latest i.e v2.0.3
2729 -
uses :
pre-commit/[email protected] 2830 # Running pre-commit for all files
Original file line number Diff line number Diff line change 11default_stages : [commit, push]
22default_language_version :
3- python : python3.8
3+ python : python3.9
44repos :
55 - repo : https://github.com/PyCQA/flake8
66 rev : 3.8.2
1414 - repo : https://github.com/pre-commit/pre-commit-hooks
1515 rev : v2.3.0
1616 hooks :
17- - id : check-yaml
17+ - id : check-yaml
Original file line number Diff line number Diff line change @@ -344,14 +344,22 @@ included in the release have been properly documented in
344344To make a new release, go to
345345https://github.com/zarr-developers/zarr-python/releases and
346346click "Draft a new release". Choose a version number prefixed
347- with a `v ` (e.g. `v0.0.0 `) and set the description to:
347+ with a `v ` (e.g. `v0.0.0 `). For pre-releases, include the
348+ appropriate suffix (e.g. `v0.0.0a1 ` or `v0.0.0rc2 `).
348349
349- ```
350- See release notes https://zarr.readthedocs.io/en/stable/release.html#release-0-0-0
351- ```
350+
351+ Set the description of the release to::
352+
353+ See release notes https://zarr.readthedocs.io/en/stable/release.html#release-0-0-0
352354
353355replacing the correct version numbers. For pre-release versions,
354356the URL should omit the pre-release suffix, e.g. "a1" or "rc1".
355357
356- Be sure to review and merge the https://github.com/conda-forge/zarr-feedstock
358+ After creating the release, the documentation will be built on
359+ https://readthedocs.io. Full releases will be available under
360+ `/stable <https://zarr.readthedocs.io/en/stable >`_ while
361+ pre-releases will be available under
362+ `/latest <https://zarr.readthedocs.io/en/latest >`_.
363+
364+ Also review and merge the https://github.com/conda-forge/zarr-feedstock
357365pull request that will be automatically generated.
Original file line number Diff line number Diff line change @@ -15,8 +15,10 @@ Release notes
1515
16162.13.0
1717------
18- .. warning ::
19- Pre-release! Use :command: `pip install --pre zarr ` to evaluate this release.
18+
19+ ..
20+ # .. warning::
21+ # Pre-release! Use :command:`pip install --pre zarr` to evaluate this release.
2022
2123Major changes
2224~~~~~~~~~~~~~
@@ -35,7 +37,7 @@ Major changes
3537
3638* **Zarr v3: add support for the default root path ** rather than requiring
3739 that all API users pass an explicit path.
38- By :user: `Gregory R. Lee <grlee77> ` :issue: `1085 `.
40+ By :user: `Gregory R. Lee <grlee77> ` :issue: `1085 `, :issue: ` 1142 ` .
3941
4042
4143Bug fixes
You can’t perform that action at this time.
0 commit comments