Installation

With PipX

Install PipX, then install cl-keeper:

$ pipx install cl-keeper

With Pip

If you develop a python project, you can list cl-keeper as your development dependency in pyproject.toml:

[dependency-groups]
dev = [
    "cl-keeper~=1.0",
]

Python 3.12 or higher is required.

With pre-commit

Pre-commit can download and install cl-keeper on its own. See Using Changelog Keeper in pre-commit hooks for details.

Pre-compiled binaries

You can download pre-compiled binaries from the releases page.

Setting up autocompletion

Changelog keeper comes with pre-completion scripts for Bash, Zsh, Fish, and PowerShell. To install them, simply run clk --completions.