Skip to content

Commit 819627c

Browse files
authored
Update RELEASE.md
1 parent 1204799 commit 819627c

File tree

1 file changed

+4
-14
lines changed

1 file changed

+4
-14
lines changed

RELEASE.md

+4-14
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,5 @@
1-
To create a release, update the version number in `noetbook_shim/__version__.py`, then run the following:
1+
# Making a Release of `notebook_shim`
22

3-
```
4-
git clean -dffx
5-
python setup.py sdist
6-
python setup.py bdist_wheel
7-
export script_version=`python setup.py --version 2>/dev/null`
8-
git commit -a -m "Release $script_version"
9-
git tag $script_version
10-
git push --all
11-
git push --tags
12-
pip install twine
13-
twine check dist/*
14-
twine upload dist/*
15-
```
3+
## Using `jupyter_releaser`
4+
5+
The recommended way to make a release is to use [`jupyter_releaser`](https://github.com/jupyter-server/jupyter_releaser#checklist-for-adoption).

0 commit comments

Comments
 (0)