📄️ GitHub Integration 🐙
If you have built from source, enable the github feature flag for the integration to work.
📄️ GitLab Integration 🦊
If you have built from source, enable the gitlab feature flag for the integration to work.
📄️ Gitea Integration 🍵
If you have built from source, enable the gitea feature flag for the integration to work.
📄️ Bitbucket Integration 📘
If you have built from source, enable the bitbucket feature flag for the integration to work.
📄️ 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: