release-summary
show release-summary - Generate release summary from layers JSON
Parses release layers JSON and generates a markdown summary.
This command replaces the bash/jq loop that iterates over LAYERS_JSON to generate the release summary in GITHUB_STEP_SUMMARY.
Input: --layers JSON array of release layers
Output: Markdown formatted release summary
Flags
| Flag | Description |
|---|---|
--layers |
JSON array of release layers (required) |
Examples
show release-summary --layers '[[{"module":"docs","version":"2025.0116","type":"calver"}]]'
show release-summary --layers "$LAYERS_JSON" >> $GITHUB_STEP_SUMMARY
See Also
Tutorials | How-to Guides | Explanation | Reference
You are here: Reference — information-oriented technical descriptions of the system.