a11y.skipToMainContent
1

Changelog Generator

Fügen Sie Ihre Git-Log-Ausgabe ein und erhalten Sie sofort eine formatierte CHANGELOG.md mit Commits, die nach Typ gruppiert sind - Funktionen, Korrekturen, Wartung, Dokumente und mehr.

Recommended: git log --oneline --decorate --no-color
Or: git log --pretty=format:"%h %s (%an, %ar)"

CHANGELOG.md
More options
Was this tool helpful?
Send output to:
Advertisement

How to use Changelog Generator

  1. Führen Sie <code>git log --oneline --dekorieren --no-color</code> in Ihrem Repository aus.
  2. Fügen Sie die Ausgabe in den Textbereich ein.
  3. Optional einen Versionsnamen festlegen (Standards auf "Unreleased").
  4. Wählen Sie Markdown- oder HTML-Ausgabeformat.
  5. Klicken Sie auf Generieren und kopieren Sie das formatierte Changelog.

Was ist Änderungsprotokoll-Generator?

Dieser Changelog-Generator analysiert die Git-Log-Ausgabe und Gruppen Commits nach herkömmlichem Commit-Typ. Es kategorisiert automatisch Commits in den Bereichen Features, Bug Fixes, Maintenance, Documentation und Style & Performance mit Emoji-Indikatoren.

Fügen Sie einfach die Ausgabe von git log --oneline --decorate --no-color oder einem ähnlichen Git-Log-Format ein. Die Tool-Streifen übertragen Hashes und Branch-Dekorationen, klassifizieren jeden Commit nach seinem Präfix und geben eine saubere CHANGELOG.md im Markdown- oder HTML-Format aus. Alles läuft in Ihrem Browser - nichts wird hochgeladen.

Advertisement

FAQ

Welches Format wird verwendet?
Das Tool folgt dem Keep a Changelog Standard (keepachangelog.com) mit semantischer Versionierung.
Kann ich mehrere Versionen hinzufügen?
Ja — erzeugen Sie Einträge für jede Version und kombinieren Sie sie zu einem vollständigen CHANGELOG.md.

Related tools

Author

MW
Marcus Webb"The DevTool Craftsman"

Full-Stack Developer & Tools Architect

Marcus has been writing code since the dial-up era. He has contributed to open-source developer tools, built CI/CD pipelines for startups, and debugged production incidents at 3 AM more times than he would like to admit. His philosophy is that the best developer tool is the one that gets out of your way, and he writes about practical tooling that helps teams ship faster with fewer headaches.

Advertisement