Skip to content

Commit 37da7c4

Browse files
authored
Update release notes (#795)
1 parent b79fc5f commit 37da7c4

File tree

1 file changed

+3
-11
lines changed

1 file changed

+3
-11
lines changed

docs/contributing.rst

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -350,15 +350,7 @@ Tag the version (where "X.X.X" stands for the version number, e.g., "2.2.0")::
350350

351351
$ version=X.X.X
352352
$ git tag -a v$version -m v$version
353-
$ git push --tags
353+
$ git push origin v$version
354354

355-
Release source code to PyPI::
356-
357-
$ twine upload dist/zarr-${version}.tar.gz
358-
359-
Obtain checksum for release to conda-forge::
360-
361-
$ openssl sha256 dist/zarr-${version}.tar.gz
362-
363-
Release to conda-forge by making a pull request against the zarr-feedstock conda-forge
364-
repository, incrementing the version number.
355+
Create a GitHub release in order to generate the Zenodo DOI and
356+
review the automatically generated zarr-feedstock PR.

0 commit comments

Comments
 (0)