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 adds configuration options to disable automatic PR and author detection, giving projects more control over changelog entry metadata.

Dec 30, 2025 · @mavam, @claude · cli

Add omit_pr and omit_author configuration options to prevent automatic inference of PR numbers and authors. When these config options are set to true, the add command will not auto-detect PR numbers from git branches or infer authors from git commits. If users explicitly provide --pr or --author flags while the corresponding omit option is enabled, a warning message is emitted and the value is ignored. This gives projects fine-grained control over changelog entry metadata.