We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1204799 commit 819627cCopy full SHA for 819627c
RELEASE.md
@@ -1,15 +1,5 @@
1
-To create a release, update the version number in `noetbook_shim/__version__.py`, then run the following:
+# Making a Release of `notebook_shim`
2
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
+## Using `jupyter_releaser`
+
+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