We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1688906 commit 450eef9Copy full SHA for 450eef9
1 file changed
NuGetReleaseTool/NuGetReleaseTool/GenerateReleaseNotesCommand/IssueLabels.cs
@@ -14,7 +14,7 @@ public class IssueLabels
14
public static string Docs = "Type:Docs";
15
public static string DeveloperDocs = "Type:DeveloperDocs";
16
public static string Community = "Community";
17
- public static string BreakingChange = "Category:BreakingChange";
+ public static string BreakingChange = "Breaking-change";
18
19
}
20
0 commit comments