Skip to content

Commit 014d41d

Browse files
committed
Update release instructions
1 parent 2133327 commit 014d41d

File tree

1 file changed

+21
-3
lines changed

1 file changed

+21
-3
lines changed

docs/Releasing.ipynb

Lines changed: 21 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,30 @@
3131
"- `azure-pipelines.yml`\n",
3232
"- `CHANGELOG.md`\n",
3333
"\n",
34-
"The npm version must be updated in the following places\n",
34+
"The npm version of `jupyterlab-lsp` must be updated in the following places:\n",
3535
"\n",
3636
"- `packages/jupyterlab-lsp/package.json` (canonical)\n",
3737
"- `azure-pipelines.yml`\n",
3838
"- `packages/metapackage/package.json`\n",
39-
"- `CHANGELOG.md`"
39+
"- `CHANGELOG.md`\n",
40+
"\n",
41+
"The npm version of `lsp-ws-connection` must be updated in the following places:\n",
42+
"\n",
43+
"- `packages/lsp-ws-connection/package.json` (canonical)\n",
44+
"- `packages/jupyterlab-lsp/package.json`\n",
45+
"- `CHANGELOG.md`\n",
46+
"\n",
47+
"### Releasing:\n",
48+
"\n",
49+
"```bash\n",
50+
"cd packages/lsp-ws-connection\n",
51+
"npm publish\n",
52+
"cd -\n",
53+
"cd packages/jupyterlab-lsp\n",
54+
"npm publish\n",
55+
"cd -\n",
56+
"./scripts/publish_pypi.sh\n",
57+
"```"
4058
]
4159
}
4260
],
@@ -56,7 +74,7 @@
5674
"name": "python",
5775
"nbconvert_exporter": "python",
5876
"pygments_lexer": "ipython3",
59-
"version": "3.7.6"
77+
"version": "3.8.0"
6078
}
6179
},
6280
"nbformat": 4,

0 commit comments

Comments
 (0)