VcsVersion

mill.main.VcsVersion
See theVcsVersion companion trait
@Scaladoc(value = "/**\n * Utilities to derive a useful version string from the Git commit history,\n * including the latest tag, the commit SHA for non-tagged commits, number\n * of commits since latest tag, and a `DIRTY` suffix for workspaces with\n * un-committed changes. Used via `VcsVersion.Module.vcsState.format()`\n *\n * Originally distributed under the Apache License\n * as https://github.com/lefou/mill-vcs-version\n */")

Utilities to derive a useful version string from the Git commit history, including the latest tag, the commit SHA for non-tagged commits, number of commits since latest tag, and a DIRTY suffix for workspaces with un-committed changes. Used via VcsVersion.Module.vcsState.format()

Originally distributed under the Apache License as https://github.com/lefou/mill-vcs-version

Attributes

Companion
trait
Source
VcsVersion.scala
Graph
Supertypes
trait VcsVersion
class BaseModule
trait Module
trait Wrapper
class BaseClass
trait Cacher
trait Cacher
class Object
trait Matchable
class Any
Show all
Self type
VcsVersion.type

Members list

Type members

Classlikes

case class State(currentRevision: String, lastTag: Option[String], commitsSinceLastTag: Int, dirtyHash: Option[String], vcs: Option[Vcs])

Attributes

Companion
object
Source
VcsVersion.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object State

Attributes

Companion
class
Source
VcsVersion.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
State.type
case class Vcs(name: String)

Attributes

Source
VcsVersion.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Inherited classlikes

@Scaladoc(value = "/**\n * Miscellaneous machinery around traversing & querying the build hierarchy,\n * that should not be needed by normal users of Mill\n */")
object moduleInternal extends Internal

Miscellaneous machinery around traversing & querying the build hierarchy, that should not be needed by normal users of Mill

Miscellaneous machinery around traversing & querying the build hierarchy, that should not be needed by normal users of Mill

Attributes

Inherited from:
Module
Source
Module.scala
Supertypes
class Internal
class Object
trait Matchable
class Any

Value members

Concrete methods

def git: Vcs

Attributes

Source
VcsVersion.scala

Inherited methods

def calcVcsState(logger: Logger): State

Attributes

Inherited from:
VcsVersion
Source
VcsVersion.scala
def moduleCtx: Ctx

Attributes

Inherited from:
BaseModule
Source
BaseModule.scala
def moduleDir: Path

Attributes

Inherited from:
Module
Source
Module.scala

Attributes

Inherited from:
Module
Source
Module.scala
override def moduleSegments: Segments

Attributes

Definition Classes
Inherited from:
ExternalModule
Source
ExternalModule.scala
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Module -> Any
Inherited from:
Module
Source
Module.scala
def vcsBasePath: Path

Attributes

Inherited from:
VcsVersion
Source
VcsVersion.scala
@Scaladoc(value = "/**\n * Calc a publishable version based on git tags and dirty state.\n *\n * @return A tuple of (the latest tag, the calculated version string)\n */")

Calc a publishable version based on git tags and dirty state.

Calc a publishable version based on git tags and dirty state.

Attributes

Returns

A tuple of (the latest tag, the calculated version string)

Inherited from:
VcsVersion
Source
VcsVersion.scala

Concrete fields

Attributes

Source
VcsVersion.scala

Implicits

Implicits

implicit val jsonify: ReadWriter[Vcs]

Attributes

Source
VcsVersion.scala

Inherited implicits

implicit def moduleNestedCtx: Nested

Attributes

Inherited from:
Module
Source
Module.scala