Config.

IssueLabelsExclude Property

Namespace
GitReleaseManager.Core.Configuration
Containing Type
Config

Syntax

[Description("The labels that will NOT be used when including issues in release notes.")]
[YamlMember(Alias = "issue-labels-exclude")]
public IList<string> IssueLabelsExclude { get; private set; }

Attributes

Type Description
Description
YamlMember

Value

Type Description
IList<string>
GitHub