We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a1e07a commit 4bfee02Copy full SHA for 4bfee02
README.md
@@ -108,6 +108,22 @@ Keep an eye on the terminal running `watch-src` for TypeScript build errors. Kee
108
terminal running `watch-lab` to know when to refresh your browser. Quit and re-run the
109
`make watch-lab` command any time you make changes to the **server** extension.
110
111
+## Release
112
+
113
+Make a commit with version number bumps in `package.json` and `pyproject.toml`. Then do the
114
+following.
115
116
+```
117
+# Tag the release commit
118
+git tag -a -m "0.4.0" 0.4.0
119
120
+# Activate the dev environment
121
+make shell
122
123
+# Build and push releases to pypi and npmjs
124
+make release
125
126
127
## FAQ
128
129
_Does this belong in JupyterLab?_
0 commit comments