File tree 4 files changed +22
-10
lines changed 4 files changed +22
-10
lines changed Original file line number Diff line number Diff line change 23
23
- uses : actions/checkout@v3
24
24
# setting up Python v3.0.0
25
25
26
+ with :
27
+ python-version : ' 3.9'
26
28
# using pre-commit latest i.e v2.0.3
27
29
-
uses :
pre-commit/[email protected]
28
30
# Running pre-commit for all files
Original file line number Diff line number Diff line change 1
1
default_stages : [commit, push]
2
2
default_language_version :
3
- python : python3.8
3
+ python : python3.9
4
4
repos :
5
5
- repo : https://github.com/PyCQA/flake8
6
6
rev : 3.8.2
14
14
- repo : https://github.com/pre-commit/pre-commit-hooks
15
15
rev : v2.3.0
16
16
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
344
344
To make a new release, go to
345
345
https://github.com/zarr-developers/zarr-python/releases and
346
346
click "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 `).
348
349
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
352
354
353
355
replacing the correct version numbers. For pre-release versions,
354
356
the URL should omit the pre-release suffix, e.g. "a1" or "rc1".
355
357
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
357
365
pull request that will be automatically generated.
Original file line number Diff line number Diff line change @@ -15,8 +15,10 @@ Release notes
15
15
16
16
2.13.0
17
17
------
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.
20
22
21
23
Major changes
22
24
~~~~~~~~~~~~~
@@ -35,7 +37,7 @@ Major changes
35
37
36
38
* **Zarr v3: add support for the default root path ** rather than requiring
37
39
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 ` .
39
41
40
42
41
43
Bug fixes
You can’t perform that action at this time.
0 commit comments