Skip to content
Legacy docs for Tenzir v5.x. For the latest Tenzir v6 series, visit docs.tenzir.com. Migrating from v5? Read the Tenzir v6 migration guide.

This release enhances shell scripting capabilities by making release create output the version to stdout. All Rich UI elements now go to stderr, enabling clean machine-readable results for automation workflows.

Machine-readable version output from release create

Section titled “Machine-readable version output from release create”

Dec 19, 2025 · @mavam, @claude

The release create command now outputs the created version to stdout, enabling shell scripting patterns like VERSION=$(tenzir-changelog release create --minor --yes). All Rich output (tables, panels) now goes to stderr, keeping stdout clean for machine-readable results.