Skip to content

Commit 450eef9

Browse files
authored
Updating breaking change label string in release notes generation tool (#120)
1 parent 1688906 commit 450eef9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • NuGetReleaseTool/NuGetReleaseTool/GenerateReleaseNotesCommand

NuGetReleaseTool/NuGetReleaseTool/GenerateReleaseNotesCommand/IssueLabels.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ public class IssueLabels
1414
public static string Docs = "Type:Docs";
1515
public static string DeveloperDocs = "Type:DeveloperDocs";
1616
public static string Community = "Community";
17-
public static string BreakingChange = "Category:BreakingChange";
17+
public static string BreakingChange = "Breaking-change";
1818

1919
}
2020
}

0 commit comments

Comments
 (0)