Python package allowing you to manage your CHANGELOG.md files
Project description
(Keep a) Changelog Manager
CLI and Python library for managing CHANGELOG.md files that follow
the Keep a Changelog format.
Fork of keepachangelog-manager, originally mostly written by KevinDeJong at TomTom International.
and gui
Install
uv tool install keepachangelog-manager-fork
The package name on PyPI is keepachangelog-manager-fork. The installed command is changelogmanager with legacy
alias of keepachangelog-manager.
Supports pre-commit, CLI, and GitHub Actions workflows.
What it does
keepachangelog-manager helps you:
- create and validate changelogs
- add, edit, list, and remove
[Unreleased]entries - infer the next release from change types for SemVer, PEP 440, or CalVer projects
- release
[Unreleased]with an optional confirmation guard - seed
[Unreleased]from git history using Conventional Commit subjects - backfill missing released versions from local git tags
- export changelogs as JSON or HTML
- export a bundled CLI skill for Copilot or Claude
- create or update GitHub and GitLab releases
- open or update a GitHub pull request for release automation
- work with multi-component repositories via TOML config files
- script the CLI with
--dry-run,--quiet,--json,--info, and--verbose - use an optional Tkinter GUI for editing, backfill, release, and batch workflows
Commands
Commands are grouped below by what they do.
File editing
Commands that read and rewrite your CHANGELOG.md.
create Create a new (empty) CHANGELOG.md
add Add an entry to [Unreleased]
edit Edit an existing [Unreleased] entry
remove Remove an [Unreleased] entry (or --list them)
from-commits Seed [Unreleased] from git commit history
backfill Backfill missing released versions from local git tags
Machine readability
Commands and global flags for scripting and exporting structured data.
version Print previous/current/future version
to-json Export the changelog as JSON
to-html Export the changelog as HTML
skill export Export the bundled CLI skill for Copilot or Claude
--json Emit a single machine-readable JSON object on stdout
--quiet Suppress human-friendly output
--info Runtime logging on stderr
--verbose Verbose runtime logging on stderr (implies --info)
Repo release tools
Commands that cut a release and publish it to a forge.
release Release [Unreleased] into a versioned section
github-release Create/update a GitHub release from the changelog
github-pr Open/update a GitHub pull request for a changelog branch
gitlab-release Create/update a GitLab release from the changelog
Validation & setup
validate Validate the CHANGELOG.md (use --fix to autofix)
config Show or initialize configuration (config init)
gui Launch the optional Tkinter GUI
Quick examples
Add an entry:
changelogmanager add --change-type added --message "Document the new release flow"
Edit or remove an existing [Unreleased] entry:
changelogmanager remove --list
changelogmanager edit --change-type added --index 0 --message "Document the guarded release flow"
changelogmanager remove --change-type added --index 0
Seed [Unreleased] from commit history:
changelogmanager from-commits
Backfill an existing repo from local git history:
changelogmanager backfill --source all --dry-run
changelogmanager backfill --source all
Validate and autofix common issues:
changelogmanager validate --fix
Release non-interactively:
changelogmanager release --yes
Publish a forge release from [Unreleased]:
changelogmanager github-release --repository owner/name
changelogmanager gitlab-release --project group/name
GitLab note: the default CI_JOB_TOKEN usually cannot create releases — use a
project/group/personal access token via GITLAB_TOKEN.
See docs/gitlab.md.
Export structured output:
changelogmanager to-json
changelogmanager to-html
Export the bundled CLI skill:
changelogmanager skill export
Machine-readable mode for scripts:
changelogmanager --json version --reference future
changelogmanager --quiet validate
changelogmanager --info validate
changelogmanager --verbose from-commits --dry-run
--info and --verbose enable stdlib runtime logging on stderr for diagnostics. --verbose is the more detailed level
and implies --info. Existing validation diagnostics still use the configured LLVM or GitHub Actions annotation format.
Configuration
Use --config and --component for multi-component repositories:
[versioning]
scheme = "semver"
[validation]
enforce_preamble = false
[[components]]
name = "Service"
changelog = "service/CHANGELOG.md"
match = ["service/**"]
[[components]]
name = "Client"
changelog = "client/CHANGELOG.md"
match = ["client/**"]
changelogmanager --config changelogmanager.toml --component Service validate
changelogmanager config
changelogmanager config init
changelogmanager skill export
If --config is omitted, the CLI auto-detects changelogmanager.toml, .changelogmanager.toml, or
[tool.changelogmanager] in pyproject.toml from the current directory.
changelogmanager config init is the quickest way to bootstrap config. It defaults to pyproject.toml and semver,
then prompts for preamble enforcement and the default component/changelog path. Re-running it updates the active config
instead of starting from scratch.
Optional desktop GUI
changelogmanager gui
The GUI now includes four screens: a live [Unreleased] editor, an initialize/backfill screen, a release publishing
screen for GitHub/GitLab, and a components screen for batch validation and from-commits --all.
Credits
Vendored keepachangelog
Colin-b/keepachangelog- llvm_diagnostics
Documentation
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file keepachangelog_manager_fork-6.1.0.tar.gz.
File metadata
- Download URL: keepachangelog_manager_fork-6.1.0.tar.gz
- Upload date:
- Size: 970.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2f4e0bce040b5e21bbd2c8c03efab6e432dd954cc396e6153780fd919403a054
|
|
| MD5 |
e0b430c83309666a20261e2f4771431b
|
|
| BLAKE2b-256 |
796dde47616503d841854720d0c86ecd7f69224a7844469e578e85aae934195c
|
Provenance
The following attestation bundles were made for keepachangelog_manager_fork-6.1.0.tar.gz:
Publisher:
release.yml on matthewdeanmartin/keepachangelog-manager
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
keepachangelog_manager_fork-6.1.0.tar.gz -
Subject digest:
2f4e0bce040b5e21bbd2c8c03efab6e432dd954cc396e6153780fd919403a054 - Sigstore transparency entry: 1732234759
- Sigstore integration time:
-
Permalink:
matthewdeanmartin/keepachangelog-manager@165fd3ac04596802492cf9be29cfd2724ec2924c -
Branch / Tag:
refs/tags/v6.1.0 - Owner: https://github.com/matthewdeanmartin
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@165fd3ac04596802492cf9be29cfd2724ec2924c -
Trigger Event:
release
-
Statement type:
File details
Details for the file keepachangelog_manager_fork-6.1.0-py3-none-any.whl.
File metadata
- Download URL: keepachangelog_manager_fork-6.1.0-py3-none-any.whl
- Upload date:
- Size: 118.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5a0981728d788c040cbe21bbb72fd838726e7d8a94cae1ca943e517a63b358d4
|
|
| MD5 |
7367aef777a3da7eb51ca3be70a98015
|
|
| BLAKE2b-256 |
18fb0763809670323742c3eb425141e7833ad27693a54df2a188053f99b132c1
|
Provenance
The following attestation bundles were made for keepachangelog_manager_fork-6.1.0-py3-none-any.whl:
Publisher:
release.yml on matthewdeanmartin/keepachangelog-manager
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
keepachangelog_manager_fork-6.1.0-py3-none-any.whl -
Subject digest:
5a0981728d788c040cbe21bbb72fd838726e7d8a94cae1ca943e517a63b358d4 - Sigstore transparency entry: 1732234803
- Sigstore integration time:
-
Permalink:
matthewdeanmartin/keepachangelog-manager@165fd3ac04596802492cf9be29cfd2724ec2924c -
Branch / Tag:
refs/tags/v6.1.0 - Owner: https://github.com/matthewdeanmartin
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@165fd3ac04596802492cf9be29cfd2724ec2924c -
Trigger Event:
release
-
Statement type: