Skip to content

Commit 4bfee02

Browse files
committed
Release instructions for next time
1 parent 6a1e07a commit 4bfee02

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,22 @@ Keep an eye on the terminal running `watch-src` for TypeScript build errors. Kee
108108
terminal running `watch-lab` to know when to refresh your browser. Quit and re-run the
109109
`make watch-lab` command any time you make changes to the **server** extension.
110110

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+
111127
## FAQ
112128

113129
_Does this belong in JupyterLab?_

0 commit comments

Comments
 (0)