Skip to content

Version

Version feature extracts information about the version of your project from local git repository.

Feature configuration (prefixed with version.)

Property Type Description
disabled boolean
false
Should this feature be disabled ?
branch string
<current git branch>
The current branch of the project.
hash string
<current git hash>
The hash of the current commit.
short_hash string
<current git short hash>
The short version of the hash of the current commit.
tag string
<current git tag>
The current git tag.
version string
<current project version>
The current project version.