Setting | changelog:currentVersion |
Environment Variable | CHANGELOG__CURRENTVERSION |
Commandline Parameter |
currentVersion
|
Default value | - |
Version Support | 0.1+ |
By default, versions are only read from a git repository's tags and only tagged versions are included in the change log. To include the currently checked out commit (the repository HEAD), you can specify the current version. When specified, the current version is included in the change log as well.
The value must be a valid semantic version.