CreateConfig.

IncludeFooter Property

Syntax

[Description("Enable generation of footer content in the release notes. Extract the recommended templates by running 'init --templates' and edit the footer.sbn file to provide the wanted footer content.")]
[Sample(true)]
[YamlMember(Alias = "include-footer")]
public bool IncludeFooter { get; set; }

Attributes

Type Description
Description
SampleAttribute
YamlMember

Value

Type Description
bool
GitHub