mill.main.VcsVersion.State
See theState companion object
case class State (
currentRevision :
String ,
lastTag :
Option [
String ],
commitsSinceLastTag :
Int ,
dirtyHash :
Option [
String ],
vcs :
Option [
Vcs ])
Attributes
Companion
object
Source
VcsVersion.scala
Graph
Reset zoom Hide graph Show graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Members list
@Scaladoc (value = "/**\n * By default we strip the leading v if a user uses it.\n * Ex. v2.3.2 -> 2.3.2\n * @param tag the tag to process\n * @return either the stripped tag or the tag verbatim\n */")
By default we strip the leading v if a user uses it. Ex. v2.3.2 -> 2.3.2
By default we strip the leading v if a user uses it. Ex. v2.3.2 -> 2.3.2
Value parameters
tag
the tag to process
Attributes
Returns
either the stripped tag or the tag verbatim
Source
VcsVersion.scala
Attributes
Inherited from:
Product
Attributes
Inherited from:
Product