demo icon indicating copy to clipboard operation
demo copied to clipboard

Automated version bump when new releases are out

Open jtpio opened this issue 3 years ago • 2 comments

Problem

For now we manually update this repo to bump the version of jupyterlite when there is a new release. For example: https://github.com/jupyterlite/demo/pull/43

It would be great if this could be automated instead.

Proposed Solution

Probably just parsing and writing to requirements.txt should be enough for now.

Additional context

JupyterLab Desktop has a workflow to do that with JupyterLab releases: https://github.com/jupyterlab/jupyterlab-desktop/blob/master/.github/workflows/sync_lab_release.yml

jtpio avatar Dec 07 '21 08:12 jtpio