Skip to content

Latest commit

 

History

History
84 lines (72 loc) · 2.05 KB

githubrelease-template.md

File metadata and controls

84 lines (72 loc) · 2.05 KB

GitHubRelease Template Settings

This pages describes the configuration options of the GitHub Release Template.

Normalize References

Setting changelog:template:githubrelease:normalizeReferences
Environment Variable CHANGELOG__TEMPLATE__GITHUBRELEASE__NORMALIZEREFERENCES
Commandline Parameter -
Default value true
Version Support 0.3+

The Normalize References settings controls whether references in the change log are normalized when using the GitHubRelease template.

See Reference Normalization for details.

Custom Directory

Setting changelog:template:githubRelease:customDirectory
Environment Variable CHANGELOG__TEMPLATE__GITHUBRELEASE__CUSTOMDIRECTORY
Commandline Parameter -
Default value -
Version Support 0.4+

The "Custom Directory" settings allows specifying the path for a directory that contains customizations for the template. For details see Customization (GitHub Release Template)

See Also