notebook/RELEASE.md
2022-03-01 08:39:53 +01:00

10 lines
401 B
Markdown

# Releasing Jupyter Notebook
## 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.