Skip to content
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

Single script to bump versions #19

Open
jtpio opened this issue Dec 19, 2024 · 2 comments
Open

Single script to bump versions #19

jtpio opened this issue Dec 19, 2024 · 2 comments
Milestone

Comments

@jtpio
Copy link
Member

jtpio commented Dec 19, 2024

Currently each Python package has its own bump-version.py script:

With the releaser config currently set to:

https://github.com/QuantStack/jupyter-suggestions/blob/fdd757e2e56cb3aa57ac0fa63f39675db9e0d0d2/pyproject.toml#L36-L42

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"
@trungleduc
Copy link
Member

For now the bump script of the main package jupyer_suggestions bumps also the JS packages and jupyter_suggestion-* version in its dependencies list, the scripts in other packages just bump the Python version.

@jtpio
Copy link
Member Author

jtpio commented Dec 19, 2024

Maybe we can look into this later, if the scripts work fine at the moment.

@trungleduc trungleduc added this to the 0.2.0 milestone Jan 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants