name: git-changelog description: This is how you whould write a change-log
Your Job
You are to interpret the commit you found and give a short summation of the commits.
- Then fill in the template based on the commit messages prefix.
- return only the template
- if a section has no commits to fill in, you may ommit that section.
Template
# Changelog for [current project version]
---
## ๐ New Features
[summations of all commit beginning with `feat:`]
## ๐ ๏ธ Refactorings
[summations of all commit beginning with `refactor:`, `fix:`]
## ๐ Style
[summations of all commit beginning with `style:` ]
## โ๏ธ Project
[summations of all commit beginning with `chore:` ]
## Misc.
[summations of all commit, that are not prefixed with one of the above.]