You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order to simplify the release workflow, we should create a github action with release-plz.
This way, it will automagically open a PR to release with the adequate version.
The text was updated successfully, but these errors were encountered:
I don't know if you have tried release-plz. It's fairly simple, you put a github action configuration that will run on the main branch, that will open a PR to bump the version each time you do a change. It can detect breaking changes and knows what kind of version bump to make.
If you merge that PR, then the same github action configuration will create a github release and push the changes to crates.io.
In order to simplify the release workflow, we should create a github action with release-plz.
This way, it will automagically open a PR to release with the adequate version.
The text was updated successfully, but these errors were encountered: