notebook/RELEASE.md

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
401 B
Markdown
Raw Normal View History

2022-01-18 23:43:12 +08:00
# Releasing Jupyter Notebook
2021-01-05 19:09:41 +08:00
## Automated releases
The recommended way to make a release is to use [`jupyter_releaser`](https://github.com/jupyter-server/jupyter_releaser#checklist-for-adoption).
We follow a similar bump strategy as in JupyterLab: https://github.com/jupyterlab/jupyterlab/blob/master/RELEASE.md#bump-version
If you would still like to do the release manually instead, read below.