-
Notifications
You must be signed in to change notification settings - Fork 185
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
Bump versions of semver-broken crates to {N+1}-dev
#5769
Conversation
9bb4375
to
80f6078
Compare
2.0.0-beta1
{N+1}-dev
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
clever
Merging to fix main |
Strongly in support of this. It should be a release task to add "-dev" on the next version after we publish the release. |
It should only be added once there's a change that requires a version bump. |
I think for utils crates we should not add |
I think we should in the future do this as soon as we make a semver-breaking change anywhere, as it's much harder to do this after the fact. We can use the
-dev
tag to avoid bumping a crate twice, and it's easy to remove the tag before a release (or replace withbeta
).