Open brichet opened 7 months ago
I had noticed this as well very early on, which is why this repo uses a custom bump-version.sh
that is idempotent, i.e. it uses the correct version even if run multiple times. There should be an existing issue here to track this, but I don't have the time to dig it up right now.
Description
As noticed by @krassowski in https://github.com/jupyterlab-contrib/jupyter-chat/issues/15, the releaser bumps the version 2 times in the workflow, with the current settings.
Related issue: https://github.com/jupyter-server/jupyter_releaser/issues/567
Some logs from a recent check-release run:
Reproduce
run the
check-release
workflow.Expected behavior
To bump version only once.