Skip to content

Commit 8739e55

Browse files
committed
ref(schemas-diff): Expand details by default
I've been asked twice by different why a schema is breaking, and it seems that the message is too dense or poorly formatted to drive the point home. Expand details and hope that helps
1 parent 977c2b3 commit 8739e55

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

scripts/json_schema_changes.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,8 @@ def main() -> None:
7777
check_for_outdated_repos(consumers, producers)
7878

7979
if breaking_changes:
80-
print("<details><summary><strong>changes considered breaking</strong></summary>")
80+
print("<strong>changes that might be breaking:</strong>")
8181
print_files_and_changes(breaking_changes)
82-
print("</details>")
8382

8483
if non_breaking_changes:
8584
print("<details><summary><strong>benign changes</strong></summary>")

0 commit comments

Comments
 (0)