Skip to content

Commit 327ca78

Browse files
authored
ref(schemas-diff): Expand details by default (#435)
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 236676f commit 327ca78

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)