Merge pull request #5611 from insertish/docs/scripting-tag-schema
Some checks failed
Create and publish a Docker image / build-and-push-image (push) Has been cancelled
test / Linux Go 1.23.x (push) Has been cancelled
test / Linux Go 1.24.x (push) Has been cancelled
test / Linux (race) Go 1.25.x (push) Has been cancelled
test / Windows Go 1.25.x (push) Has been cancelled
test / macOS Go 1.25.x (push) Has been cancelled
test / Linux Go 1.25.x (push) Has been cancelled
test / Cross Compile for subset 0/3 (push) Has been cancelled
test / Cross Compile for subset 1/3 (push) Has been cancelled
test / Cross Compile for subset 2/3 (push) Has been cancelled
test / lint (push) Has been cancelled
test / docker (push) Has been cancelled
Create and publish a Docker image / provenance (push) Has been cancelled
test / Analyze results (push) Has been cancelled

docs: correct the schema provided for tag summary
This commit is contained in:
Michael Eischer 2025-11-23 15:45:53 +01:00 committed by GitHub
commit d681b8af5e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -810,11 +810,11 @@ Changed
Summary
^^^^^^^
+----------------------------+-----------------------------------+--------+
| ``message_type`` | Always "summary" | string |
+----------------------------+-----------------------------------+--------+
| ``changed_snapshot_count`` | Total number of changed snapshots | int64 |
+----------------------------+-----------------------------------+--------+
+-----------------------+-----------------------------------+--------+
| ``message_type`` | Always "summary" | string |
+-----------------------+-----------------------------------+--------+
| ``changed_snapshots`` | Total number of changed snapshots | int64 |
+-----------------------+-----------------------------------+--------+
version
-------