Skip to content

Latest commit

History

History
34 lines (21 loc) 路 1.02 KB

RELEASE.md

File metadata and controls

34 lines (21 loc) 路 1.02 KB

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:

release-assets