📄️ Rust/Cargo
For Rust projects, git-cliff can be configured in Cargo.toml via metadata table. To do this, simply replace the available configuration sections with [package.metadata.git-cliff.] and place them inside Cargo.toml. For example:
📄️ Python
For Python projects, git-cliff can be configured in pyproject.toml via the tool table. To do this, simply replace the available configuration sections with [tool.git-cliff.] and place them inside pyproject.toml. For example: