Générateur de Changelog
Construisez un CHANGELOG.md de style Keep-a-Changelog en ajoutant des entrées aux catégories Ajouté / Modifié / Corrigé / Supprimé / Sécurité.
Réponse rapide: Générateur de Changelog : créez un fichier CHANGELOG.md au format Keep a Changelog en ajoutant des entrées dans les catégories Ajouté, Modifié, Corrigé, Supprimé et Sécurité. Fonctionne entièrement dans votre navigateur, gratuitement et sans inscription.
Dernière mise à jour
Bon à savoir
A changelog is the human-facing history of a project — the answer to "what changed and should I care?" that a raw Git log can never give, because commit messages are written for developers mid-work, not for users deciding whether to upgrade. This generator follows the Keep a Changelog convention, which groups every release's notes into five clear buckets: Added, Changed, Deprecated/Removed, Fixed and Security. That last one is not decoration — flagging security fixes explicitly helps users prioritize urgent upgrades.
Order and structure are the whole value. Entries are written for people, so "Fixed crash when importing empty CSV files" beats "fix null ref in parser," and releases are listed newest-first so the current version is always at the top. Each version gets a heading with its number and release date, which pairs naturally with Semantic Versioning — MAJOR.MINOR.PATCH — where the bucket an entry lands in often signals which number to bump: a breaking change means a major, a new feature a minor, a bug fix a patch.
A good habit is to keep an Unreleased section at the top and jot entries as you merge them, so writing the changelog is not a scramble at release time. Because everything renders in your browser as standard CHANGELOG.md Markdown, it drops straight into your repo root next to the README. Generate the surrounding project files with the .gitignore generator and the license generator.
Questions fréquentes
- Le générateur de changelog est-il gratuit ?
- Oui — gratuit, sans inscription.
- Quel format suit-il ?
- Keep a Changelog 1.1 (Ajouté / Modifié / Corrigé / Supprimé / Sécurité) — le format le plus utilisé.
- Mes entrées sont-elles téléchargées ?
- Non — chaque changement se produit dans votre navigateur.
- Dois-je écrire un changelog ?
- Oui — pour tout projet sur lequel les utilisateurs comptent, un changelog clair réduit considérablement la douleur de mise à jour.
- Comment gérer mes versions ?
- La version sémantique (semver) est la convention de facto : MAJEUR.MINOR.CORRECTIF.