It would be great if this library adopted semantic versioning.
We use renovate to keep our dependencies up to date, and we constantly get wrong updates.
- .package(url: "https://github.com/rickclephas/KMP-NativeCoroutines.git", exact: "1.0.0-ALPHA-46")
+ .package(url: "https://github.com/rickclephas/KMP-NativeCoroutines.git", exact: "1.0.0-ALPHA-9")
https://semver.org/
So a schema which would be compatible from semver would be to use a dot to denote the alpha version.
-1.0.0-ALPHA-46
+1.0.0-ALPHA.46
It would be great if this library adopted semantic versioning.
We use renovate to keep our dependencies up to date, and we constantly get wrong updates.
https://semver.org/
So a schema which would be compatible from semver would be to use a dot to denote the alpha version.