|
25 | 25 | "- TODO: create a `release.py` script\n",
|
26 | 26 | " [#88](https://github.com/krassowski/jupyterlab-lsp/issues/88)\n",
|
27 | 27 | "\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", |
29 | 29 | "\n",
|
30 | 30 | "- `py_src/jupyter_lsp/_version.py` (canonical)\n",
|
31 | 31 | "- `azure-pipelines.yml`\n",
|
32 | 32 | "- `CHANGELOG.md`\n",
|
| 33 | + "- `docs/Installation.ipynb`\n", |
33 | 34 | "\n",
|
34 | 35 | "The npm version of `jupyterlab-lsp` must be updated in the following places:\n",
|
35 | 36 | "\n",
|
36 | 37 | "- `packages/jupyterlab-lsp/package.json` (canonical)\n",
|
37 | 38 | "- `azure-pipelines.yml`\n",
|
38 | 39 | "- `packages/metapackage/package.json`\n",
|
39 | 40 | "- `CHANGELOG.md`\n",
|
| 41 | + "- `docs/Installation.ipynb`\n", |
40 | 42 | "\n",
|
41 | 43 | "The npm version of `lsp-ws-connection` must be updated in the following places:\n",
|
42 | 44 | "\n",
|
43 | 45 | "- `packages/lsp-ws-connection/package.json` (canonical)\n",
|
44 | 46 | "- `packages/jupyterlab-lsp/package.json`\n",
|
45 | 47 | "- `CHANGELOG.md`\n",
|
46 | 48 | "\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", |
47 | 54 | "### Releasing:\n",
|
48 | 55 | "\n",
|
49 | 56 | "```bash\n",
|
|
0 commit comments