jtpio / ipylab

Control JupyterLab from Python Notebooks with Jupyter Widgets 🧪 ☢️ 🐍

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Automate versioning

jtpio opened this issue · comments

#20 added a workflow to automate the release to PyPI and npm. But the versions still had to manually be bumped before.

It would be great if instead there was a script that would bump the versions using the tag of the release, commit the changes and push to master, before publishing the packages.

Fixed by #73.