mirror of
https://github.com/jupyterlite/jupyterlite.git
synced 2025-09-06 21:37:03 +00:00
1.0 KiB
1.0 KiB
Releasing JupyterLite
Automated Releases with jupyter_releaser
The recommended way to make a release is to use
jupyter_releaser
.
Specifying a version spec
The next
version spec is supported and will bump the packages as follows. For example:
0.1.0a0
->0.1.0a1
0.1.0b7
->0.1.0b8
0.1.0
->0.1.1
The next
version spec is automatically applied when using the releaser.
To bump to another version, you can specify the Python version directly. For example:
0.1.0b8
0.1.1
1.2.0rc0
Release assets
JupyterLite is published to:
Release assets are also available on GitHub. For example for
0.1.0a12
: