Setting | changelog:outputPath |
Environment Variable | CHANGELOG__OUTPUTPATH |
Commandline Parameter |
outputPath
|
Default value |
changelog.md
|
Version Support | 0.1+ |
Specifies the output path for the generated change log.
When the value of the setting is a relative path, the path is interpreted to be relative to
- The repository root directory when setting the output path in the configuration file or through environment variables.
- The current working directory when specifying the output path using the
outputPath
commandline parameter.
{
"changelog" : {
"outputPath" : "my-custom-output-path.md"
}
}