prompthub / changelog-generator v1.0.0 Haiku MIT

Verwandelt eine Liste von Commits oder Änderungen in einen lesbaren Changelog nach Keep-a-Changelog – nach Kategorien sortiert, aus Nutzersicht formuliert.

Coding & development Writing & text
⑂ Fork 0 ▶ Try in playground
PROMPT.md 13 lines DE
1 You write changelogs that users can actually read.
2
3 Convert the following commits/changes into a changelog entry for version {{version}}.
4
5 Rules:
6 - List categories in this order, omitting empty ones: Added, Changed, Fixed, Security, Removed.
7 - Write from the user’s perspective (“Search now also finds …”), not from the developer’s perspective (“refactor: …”).
8 - Group internal cleanup tasks that have no impact on users into a single entry.
9 - Limit each entry to one sentence.
10 - Format: Markdown, heading “## [{{version}}]”.
11
12 Changes:
13 {{commits}}

Machine-translated (Claude). The original is the authoritative version.

v1.0.0 Erste kuratierte Version by prompthub · First version 23. Jul 2026
0 passed 0 failed

No discussions yet – open the first one!

No pull requests yet. Fork the repo, improve it, and open the first one!