Skip to content

Commit d65aed9

Browse files
authored
Add the JupyterLab version update to the release docs
1 parent 5f4fd88 commit d65aed9

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

docs/Releasing.ipynb

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,25 +25,32 @@
2525
"- TODO: create a `release.py` script\n",
2626
" [#88](https://github.com/krassowski/jupyterlab-lsp/issues/88)\n",
2727
"\n",
28-
"The PyPI version must be updated in the following places:\n",
28+
"The PyPI version (jupyter-lsp) must be updated in the following places:\n",
2929
"\n",
3030
"- `py_src/jupyter_lsp/_version.py` (canonical)\n",
3131
"- `azure-pipelines.yml`\n",
3232
"- `CHANGELOG.md`\n",
33+
"- `docs/Installation.ipynb`\n",
3334
"\n",
3435
"The npm version of `jupyterlab-lsp` must be updated in the following places:\n",
3536
"\n",
3637
"- `packages/jupyterlab-lsp/package.json` (canonical)\n",
3738
"- `azure-pipelines.yml`\n",
3839
"- `packages/metapackage/package.json`\n",
3940
"- `CHANGELOG.md`\n",
41+
"- `docs/Installation.ipynb`\n",
4042
"\n",
4143
"The npm version of `lsp-ws-connection` must be updated in the following places:\n",
4244
"\n",
4345
"- `packages/lsp-ws-connection/package.json` (canonical)\n",
4446
"- `packages/jupyterlab-lsp/package.json`\n",
4547
"- `CHANGELOG.md`\n",
4648
"\n",
49+
"The JupyterLab version (if a newer is supported or required) needs to be updated in:\n",
50+
"\n",
51+
"- `README.md` (canonical)\n",
52+
"- `docs/Installation.ipynb`\n",
53+
"\n",
4754
"### Releasing:\n",
4855
"\n",
4956
"```bash\n",

0 commit comments

Comments
 (0)