# Functions
GitDescribe looks at the git repository at path and figures out versioning relvant information about the head commit.
NewFromHead creates a new [Version] based on the given head revision, which can be created with [GitDescribe].
NewFromRepo calculates a semantic version for the head commit of the repo at path.
No description provided by the author
# Constants
DefaultPrefix that is recognized and ignored by the parser.
The DefaultTarget when calculating the next version.
updates to the next development version (e.g.
Predefined format strings to be used with the Format function.
updates to the next major version.
updates to the next minor version.
Predefined format strings to be used with the Format function.
Predefined format strings to be used with the Format function.
Predefined format strings to be used with the Format function.
Predefined format strings to be used with the Format function.
updates to the next patch level.