Skip to content

Latest commit

 

History

History
57 lines (48 loc) · 1.24 KB

output-path.md

File metadata and controls

57 lines (48 loc) · 1.24 KB

Output Path Setting

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.

Example

{
    "changelog" : {
        "outputPath" : "my-custom-output-path.md"
    }
}

See Also