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
Copy file name to clipboardExpand all lines: doc/how_to_introduce_breaking_changes.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -319,13 +319,13 @@ This way, the pre-announcement wouldn't be displayed unless running into the bra
319
319
Before you publish the breaking changes, you need to make sure that the announcement is ready for the Upcoming Breaking Change Documentation. To do that, run this command:
320
320
321
321
```commandline
322
-
azdev genereate-breaking-change-report
322
+
azdev generate-breaking-change-report
323
323
```
324
324
325
325
If your breaking change is not for the next breaking change window, you can see all the announcements by using `--target-version None` like this:
0 commit comments