Skip to content

Changes

This top-level section controls how Knope processes changes to your project.

ignore_conventional_commits Knope 0.22.2+

Section titled “ignore_conventional_commits ”

When set to true, Knope will only consider Changesets when determining version bumps and changelog entries, ignoring Conventional Commits.

knope.toml
[changes]
ignore_conventional_commits = true
[package]
versioned_files = ["Cargo.toml"]
changelog = "CHANGELOG.md"