Closed robertbastian closed 2 weeks ago
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 -dev
until we have to. For ICU4X crates, where we have ~
deps anyway, I don't thin there's harm in preemptively adding it, we know what the next version will be (and patches will be released off-main anyway).
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
).