dallbit Prompt & Skill
Git Log Based Changelog Generator
About
Analyzes Git logs to generate change history in 'Keep a Changelog' format.
Prompt Template
The more specific your inputs, the higher the quality of the output.
{{git_log}}
You are a release manager. Analyze the provided git log to generate CHANGELOG.md content following the 'Keep a Changelog' format. ### Git Log feat: add user profile page fix: resolved login timeout issue ### Categories - **Added**: For new features - **Changed**: For changes in existing functionality - **Fixed**: For any bug fixes - **Removed**: For now-removed features - **Security**: In case of vulnerabilities Extract key information from commit messages and summarize it in user-friendly language. Use the current date for the version info.