Skip to content

Commit

Permalink
Merge pull request #332 from raybellwaves/setup-v0.0.22
Browse files Browse the repository at this point in the history
  • Loading branch information
raybellwaves committed Jun 14, 2021
2 parents 8b46f0a + 425971e commit 8096b5a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
Changelog History
=================

xskillscore v0.0.22 (2021-XX-XX)
--------------------------------


xskillscore v0.0.21 (2021-06-13)
--------------------------------

Expand Down
5 changes: 2 additions & 3 deletions HOWTORELEASE.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Release Procedure
$ git tag -a v0.0.xx -m "Version 0.0.xx"
$ git push origin main --tags

#. On creating a tag a GitHub action will publish the release on PyPI. If that fails
#. A GitHub action will publish the release on PyPI. If that fails
you can manually do it with the following::

$ git clean -xfd # remove any files not checked into git
Expand Down Expand Up @@ -48,5 +48,4 @@ Release Procedure
- Update version
- Get sha256 from pypi.org for `xskillscore <https://pypi.org/project/xskillscore/#files>`_
- Fill in the rest of information as described `here <https://github.com/conda-forge/xskillscore-feedstock#updating-xskillscore-feedstock>`_

* Commit and submit a PR
- Commit and submit a PR

0 comments on commit 8096b5a

Please sign in to comment.