Skip to content

Commit

Permalink
udpate instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
Ray Bell committed Mar 10, 2024
1 parent 5163666 commit b91efca
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions HOWTORELEASE.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,10 @@ Release Procedure

#. After all tests pass and the PR has been approved, merge the PR into ``main``

#. Tag a release and push to github::
#. Clone the core repo and tag a release and push to github::

$ git pull
$ git clone git@github.com:xarray-contrib/xskillscore.git
$ cd xskillscore
$ git tag -a v0.0.xx -m "Version 0.0.xx"
$ git push origin main --tags

Expand Down

0 comments on commit b91efca

Please sign in to comment.