EarlySemVer
mill.scalalib.publish.VersionScheme.EarlySemVer
@Scaladoc(value = "/**\n * Early Semantic Versioning that would keep binary compatibility\n * across patch updates within 0.Y.z (for instance 0.13.0 and 0.13.2).\n * Once it goes 1.0.0, it follows the regular Semantic Versioning where\n * 1.1.0 is bincompat with 1.0.0.\n */")
case object EarlySemVer extends VersionScheme
Early Semantic Versioning that would keep binary compatibility across patch updates within 0.Y.z (for instance 0.13.0 and 0.13.2). Once it goes 1.0.0, it follows the regular Semantic Versioning where 1.1.0 is bincompat with 1.0.0.
Attributes
- Source
- VersionScheme.scala
- Graph
-
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Serializabletrait Producttrait Equalsclass VersionSchemeclass Objecttrait Matchableclass Any
- Self type
-
EarlySemVer.type
Members list
In this article