Skip to content

Commit

Permalink
Update release process to make GitHub release (#253)
Browse files Browse the repository at this point in the history
* Update release process to make GitHub release 

It was not really clear that a tag and a GitHub release are needed, pull these into discrete items in the checklist.
  • Loading branch information
lb- committed Jun 14, 2023
1 parent f13f62d commit dc19cb7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ Checklist:
- [ ] `setup.cfg` is updated (see `version`)
- [ ] Everything is committed, clean checkout
- [ ] `~/.pypirc` has a username and password (token)
- [ ] Add a git tag and a GitHub release once completed
- [ ] Add a git tag at the release commit with the format `X.Y.Z`
- [ ] Create a GitHub release against that tag with the title format `vX.Y.Z`

With an active virtual environment:

Expand Down

0 comments on commit dc19cb7

Please sign in to comment.