Skip to content

Commit

Permalink
report number of breaking changes (#36067)
Browse files Browse the repository at this point in the history
Co-authored-by: Catalina Peralta <[email protected]>
  • Loading branch information
catalinaperalta and cperaltah authored Jun 13, 2024
1 parent 66d5de4 commit 15bcb99
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ def __str__(self):
for bc in self.breaking_changes:
formatted += bc + "\n"

formatted += f"\nFound {len(self.breaking_changes)} breaking changes.\n"
formatted += "\nSee aka.ms/azsdk/breaking-changes-tool to resolve " \
"any reported breaking changes or false positives.\n"
return formatted
Expand Down

0 comments on commit 15bcb99

Please sign in to comment.