Skip to content

Commit

Permalink
Update README for releasing
Browse files Browse the repository at this point in the history
  • Loading branch information
agxs committed May 14, 2021
1 parent eb97ab5 commit a1aed7c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -192,3 +192,8 @@ c.ExchangeFactory.submit = 'nbexchange.plugin.ExchangeSubmit'
- Get a `handlers/auth/user_handler` to get details from jupyterhub (users, courses, and assignments should all be in the config file)
- Get an external sanity-check for the code
- Get docs to ReadTheDocs

## Releasing new versions

* Update `pyproject.toml` and `nbexchange/__init__.py` to change to the new version
* Create a new git tag doing `git tag -a vx.y.z` to match the version above

0 comments on commit a1aed7c

Please sign in to comment.