Skip to content

show changelog

show changelog - Display changelog entries in human-readable format

Display changelog entries from CHANGELOG.md in a formatted markdown table.

Shows all versions by default, or a specific version if provided. Special keywords: "unreleased" for pending changes, "latest" for most recent release.

Notes

Expected Output:

  • Version header with number and date
  • Markdown table with columns: Category, Description, Commit
  • Grouped by change type (Added, Changed, Fixed, etc.)

Examples

show changelog ext-eac
show changelog ext-eac 0.0.7
show changelog ext-eac latest
show changelog ext-eac unreleased

File Location

Reads from: release/<module>/CHANGELOG.md

See Also


Tutorials | How-to Guides | Explanation | Reference

You are here: Reference — information-oriented technical descriptions of the system.