You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
401 B
10 lines
401 B
# 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.
|