hirahmatdev/prompt-changelog-generator-git-commit-range icon
public
Published on 7/2/2025
Prompt Changelog Generator from Git Commit Range

Prompts
Changelog Generator from Git Commit Range
This prompt allows you to provide raw git commit logs and file change stats from a specific commit range, and it generates a clean, concise changelog summary formatted for GitHub PR descriptions. The summary is organized by feature areas with subpoints highlighting key changes, keeping important details for collaborators while remaining easy to read and copy-paste ready. Simply input the git commit and diff details, and get a well-structured markdown changelog in return.
I will provide you with raw git commit logs and file change stats from a commit range. Please generate a clear, concise changelog summary suitable for a GitHub PR description. Use subpoints grouped by feature or area, keep important details for collaborators, but keep it easy to read.

Format the output in markdown, starting with:

```
## Changelog

- Feature or Area:
  - Key change or addition
  - Another related change
- Another Feature:
  - ...
```


When I send you git commit and diff info, produce the changelog using this format.
When I don't send you git commit and diff info, show me how to get the range commit with --first-parent and result output named git-log.txt.