You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Refactor messages for breaking changes reporting so that they can also be formatted appropriately for changelog reporting. Keep the message simple to reuse for both changelog and breaking change reporting. During breaking change reporting add change code to the string.
Current output example: (RemovedOrRenamedClient) The client azure.foo.FooClient was deleted or renamed in the current version"
Expected output example: The client azure.foo.FooClient was deleted or renamed in the current version
The text was updated successfully, but these errors were encountered:
catalinaperalta
changed the title
[breaking changes tool] Refactor messages to support changelog reporting
[breaking changes tracker] Refactor messages to support changelog reporting
Jun 8, 2024
Refactor messages for breaking changes reporting so that they can also be formatted appropriately for changelog reporting. Keep the message simple to reuse for both changelog and breaking change reporting. During breaking change reporting add change code to the string.
Current output example:
(RemovedOrRenamedClient) The client azure.foo.FooClient was deleted or renamed in the current version"
Expected output example:
The client azure.foo.FooClient was deleted or renamed in the current version
The text was updated successfully, but these errors were encountered: