EarlySemVer
mill.javalib.publish.VersionScheme.EarlySemVer
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 AnyShow all
- Self type
-
EarlySemVer.type
Members list
Type members
Inherited types
The names of the product elements
Attributes
- Inherited from:
- Singleton
- Source
- Mirror.scala
The mirrored *-type
Attributes
- Inherited from:
- Singleton
- Source
- Mirror.scala
Inherited and Abstract types
The name of the type
Value members
Inherited methods
Create a new instance of type T
with elements taken from product p
.
Create a new instance of type T
with elements taken from product p
.
Attributes
- Inherited from:
- Singleton
- Source
- Mirror.scala
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- VersionScheme
- Source
- VersionScheme.scala
Inherited fields
Attributes
- Inherited from:
- VersionScheme
- Source
- VersionScheme.scala
In this article