-
Notifications
You must be signed in to change notification settings - Fork 50
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
Add releaser config #148
Add releaser config #148
Conversation
Maybe we should change the default branch to main. |
Sounds good 👍 |
For the bump version script maybe we can keep it simple and have something that takes the version as is and sets the same for both the Python package and the JS packages. Instead of having the patch / minor / major flow of going through alpha -> beta -> rc -> final. |
Thanks for working on this Jeremy. |
CI is green now. |
Is it ready? |
For bumping the version with the releaser we can use two options with the current
JS packages are formatted based on the Python version. |
Also we need to create a PyPI token for |
Binder link to do a quick smoke test: https://mybinder.org/v2/gh/jtpio/voila-gridstack/releaser?urlpath=lab |
Wow! Thank you so much! |
Fixes #147
TODO