-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
Milestone
Description
Currently each Python package has its own bump-version.py
script:
- https://github.com/QuantStack/jupyter-suggestions/blob/main/python/jupyter_suggestions/scripts/bump-version.py
- https://github.com/QuantStack/jupyter-suggestions/blob/main/python/jupyter_suggestions_core/scripts/bump-version.py
- https://github.com/QuantStack/jupyter-suggestions/blob/main/python/jupyter_suggestions_rtc/scripts/bump-version.py
With the releaser config currently set to:
As a workaround for jupyter-server/jupyter_releaser#567, maybe we could hoist the bump version script to the top-level, and update to the following command for bumping versions?
version_cmd = "python ../../scripts/bump-version.py"