-
Notifications
You must be signed in to change notification settings - Fork 15
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
Request release to support Scala Native 0.5.0 #294
Comments
The current version is 2.0.0-M3. |
Makes sense to me but I am not sure about the versioning scheme. |
There's support in sbt-tl for RC versions: https://typelevel.org/sbt-typelevel/faq.html Thinking out loud: if we begin following the munit versioning scheme we won't be able (at least not with the same ease) to release in case of bugs or dep bumps, and we would tie our version with the munit one. I'll probably name this release 2.0.0-M4 and I'll, release 2.0.0 once we get munit 1.0.0. WDYT? tagging @armanbilge as he's the wisest among all of us |
With respect to semver, the constraint I tend to follow is that you shouldn't imply a degree of version stability which is stricter than what your upstream provides. So if the upstream is on an RC, you shouldn't release an untagged version. However, if your upstream is an RC, there's no reason you shouldn't be allowed to release an M. So in other words, I'm aligned with your plan! |
I believe this is s blocker for Cats typelevel/cats#4587.
Thanks, this would free up a bunch of downstream once Cats is ready.
The text was updated successfully, but these errors were encountered: