Standard project incrementer arguments
Goal execution result
Version projects based on the value in a file, the path to which is governed by versionFilePath.
Read version from version file in project. Version file can be
.version
or VERSION
, with the former taking precedence if both
exist. If neither exist, "0.0.0" is returned.
Project to read version file in
Progress log to write information to
Version as string
Return path to version file in project. Paths interrogated are
.version
and VERSION
. The former takes precedence if neither
or both exist.
Projecto look for version file in
Write provided version to version file in project. The path to the version file is determined using versionFilePath.
Project to write version file to
Progress log to write information to
Version to write to version file
Increment version registration for FileVersionIncrementer.
Versioner function registration for the Version goal.
Push test indicating if project has either a .version
or
VERSION
file at the root of the repository.
Generated using TypeDoc
Command for incrementing the patch value in version file.