This release improves the release workflow with relative versioning support and clearer staging instructions. The documentation has been updated to align with tenzir-changelog v0.17.2, which no longer duplicates release titles in the notes.
🔧 Changes
Section titled “🔧 Changes”Relative versioning in release workflow
Section titled “Relative versioning in release workflow”Dec 21, 2025 · @mavam, @claude
The release workflow now uses --patch, --minor, or --major flags instead
of explicit version numbers. The new release version command queries the
latest version for commit messages, and release publish defaults to the
latest release when no version is specified.
Clearer release staging instructions
Section titled “Clearer release staging instructions”Dec 21, 2025 · @mavam, @claude
The “Stage the release” step now uses a structured list to explain the required inputs (title and intro) instead of separate paragraphs. This makes the instructions easier to follow.
Updated release command for tenzir-changelog v0.17.2
Section titled “Updated release command for tenzir-changelog v0.17.2”Dec 21, 2025 · @mavam, @claude
The release command documentation now reflects that tenzir-changelog v0.17.2 no longer adds an H1 heading to release notes. GitHub already displays the release title as a page header, so having it inside the notes caused duplication.