Changelog Generator
100% LocalVisual builder for standard CHANGELOG.md files.
Pro Tip: Conventions Matter
Using standardized prefixes like feat: and fix: helps automate your release process and makes your project's history much clearer for collaborators.
Privacy note
This tool runs entirely in your browser. Your input is never uploaded, logged, or sent to AllDevToolsHub or anyone else, and it keeps working offline once the page has loaded.
How to Use Changelog Generator
Paste Git Log
Enter commit messages or a git log output since the last release.
Configure Format
Choose Keep a Changelog format or custom sections (Added, Fixed, Changed, Removed).
Generate
The changelog is generated with categorized entries. Copy to CHANGELOG.md.
Changelog Generator: the essentials
The Changelog Generator builds CHANGELOG.md files that follow the Keep a Changelog convention, versioned entries grouped under Added, Changed, Deprecated, Removed, Fixed, and Security. It enforces date formatting, section ordering, and reference-link syntax so the file diffs cleanly across releases and renders consistently on GitHub, npm, and JSR.
Key points
- Produces cryptographically secure output using the Web Crypto API's CSPRNG.
- Configurable parameters let you tailor output format, length, and constraints.
- Generated values exist only in your browser tab and are discarded when you close it.
What is Changelog Generator?
Frequently Asked Questions
Technical Deep Dive
Changelog Generator
Maintain a professional history of your project's changes. Build your changelog following the 'Keep a Changelog' standard, with dedicated sections for Added, Changed, Deprecated, Fixed, and Removed entries.
Instant Generation
Type, tweak, copy, no waiting on a server round-trip or sign-up flow.
Fine-Grained Control
Every knob you'd reach for is exposed, with sensible defaults for the common case.
Verified Output
Generated values are sanity-checked against spec or canonical implementations.
01 Changelog Categorization Matrix
| Category | User Persona Impact | Commit Mapping (Conventional) | Priority |
|---|---|---|---|
| Security | Critical Audit | fix: (security) | High |
| Removed | Breaking Change | BREAKING CHANGE: | High |
| Added | Feature Discovery | feat: | Medium |
| Fixed | Reliability Check | fix: | Medium |
| Deprecated | Migration Notice | refactor: (deprecate) | Low |
02 Release Documentation Pipeline
[Unreleased] fragment during the development cycle to track pending value.