Changelog generator prompt from git commits
Turn a list of commit messages into a clean, user-facing changelog entry organized into Added, Changed, and Fixed.
متى تستخدم هذا البرومبت
- When preparing release notes for a new version.
- When your commit messages are technical but users need plain-language notes.
- When consolidating many small commits into one summary.
نص البرومبت
Write a user-facing changelog entry for version {{focus}}, grouped into Added/Changed/Fixed, based on the following commit messages or diffs.
{{CLIPBOARD}}{{focus}}{{CLIPBOARD}}الكتلة {{CLIPBOARD}} تُستبدل تلقائياً بما نسخته قبل الضغط على «نسخ».
كيف تستخدمه
- انسخ البرومبت بالزر أو املأ المتغيرات أولاً.
- الصقه في ChatGPT أو Claude أو Gemini.
- عدّل النتيجة أو أعد الطلب بتغيير المتغيرات.
مثال على النتيجة
## v2.4.0 ### Added - Dark mode toggle in settings ### Fixed - Crash when uploading files over 50MB - Incorrect timezone shown in the activity log ### Changed - Search results now load 40% faster
نصائح للاستخدام
- Paste raw git log --oneline output directly; it will filter noise like wip or fix typo commits itself.
- Ask it to rewrite anything too technical into user-facing language.
- Follow Keep a Changelog format if your project already uses it, and say so.
أسئلة شائعة
- Will it include internal-only commits like refactors?
- By default it filters those out as not user-facing; ask for an internal changes section if you want them listed separately.
- Can it follow Keep a Changelog or another specific format?
- Yes, name the format convention you use and it will match the structure and headings.