mirror of
https://github.com/jupyter/notebook.git
synced 2024-11-27 03:20:27 +08:00
Update RELEASE.md for conda forge
This commit is contained in:
parent
be5a976ebb
commit
da4a721798
12
RELEASE.md
12
RELEASE.md
@ -35,6 +35,18 @@ Make sure the `dist/` folder is empty.
|
||||
5. `export TWINE_USERNAME=mypypi_username`
|
||||
6. `twine upload dist/*`
|
||||
|
||||
## Releasing on conda-forge
|
||||
|
||||
The simplest is to wait for the bot to automatically open the PR.
|
||||
|
||||
Alternatively, to do the update manually:
|
||||
|
||||
1. Open a new PR on https://github.com/conda-forge/jupyterlab-classic-feedstock to update the `version` and the `sha256` hash
|
||||
2. Wait for the tests
|
||||
3. Merge the PR
|
||||
|
||||
The new version will be available on `conda-forge` soon after.
|
||||
|
||||
## Publish the packages to npm
|
||||
|
||||
1. Bump the version in
|
||||
|
Loading…
Reference in New Issue
Block a user