Jupyter Releaser contains a set of helper scripts and GitHub Actions to aid in automated releases of Python and npm packages.
To install the latest release locally, make sure you have pip installed and run:
pip install git+https://github.com/jupyter-server/jupyter_releaser
jupyter-releaser --help
jupyter-releaser build-python --help
jupyter-releaser check-npm --help
See the adoption guides.
GitHub actions scripts are available to draft a changelog, draft a release, publish a release, and check a release.
See the action details documentation for more information.
The actions can be run on a fork of jupyter_releaser
and target multiple
repositories, or run as workflows on the source repositories, using
shared credentials.