-
Notifications
You must be signed in to change notification settings - Fork 66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow bump version to be run only once rather than per python-package #567
Comments
Both |
Because bump version also tries check if it can create tags for python packages (although these will never be created!), if these have the same version it will fail: jupyter_releaser/jupyter_releaser/lib.py Lines 26 to 46 in 897a828
Se we need to customize |
It would be really helpful if we could delegate version bumping to a singular script rather than have it invoked on per-python-package basis. This is especially true if both python packages and npm packages are in a monorepo.
Currently it runs in directory of each package:
jupyter_releaser/jupyter_releaser/cli.py
Lines 377 to 383 in e727e21
Maybe we could have a new "single_version_bump" option?
The text was updated successfully, but these errors were encountered: