Skip to content

This initial version introduces the inaugural tenzir-changelog CLI, covering project bootstrapping, entry capture, rich browsing, release assembly, documentation, and validation tooling.

Assemble release manifests from unreleased entries

Section titled “Assemble release manifests from unreleased entries”

Oct 21, 2025 · @codex

Provide a release subcommand that collects unreleased entries, writes versioned manifests with archived entry copies, and generates release notes with an optional introduction template.

Oct 21, 2025 · @codex

Add list and show commands that render changelog entries in a Rich-powered table, support filtering by project or release, and output Markdown or JSON for downstream tooling.

Oct 21, 2025 · @codex

Introduce the tenzir-changelog add workflow that gathers authors, pull requests, and entry types from the terminal, opens an editor for the body, and writes structured Markdown entries without manual file wrangling.

Bootstrap changelog projects interactively

Section titled “Bootstrap changelog projects interactively”

Oct 21, 2025 · @codex

Ship the tenzir-changelog bootstrap command to scaffold a changelog workspace, prompting for project metadata, guessing the default GitHub repository, and preparing config and directories for immediate use.

Publish documentation and agent onboarding guides

Section titled “Publish documentation and agent onboarding guides”

Oct 21, 2025 · @codex

Ship README, development, and user guides alongside AI agent context so contributors have a single place to learn the workflows and expectations for tenzir-changelog.

Validate changelog projects in CI pipelines

Section titled “Validate changelog projects in CI pipelines”

Oct 21, 2025 · @codex

Bundle a validate command and GitHub Actions workflow so repositories can enforce formatting, linting, type checks, and changelog integrity on every push.