A simple python script that automatically generates a structured CHANGELOG.md from your project's git history.
It fetches commits since the last git tag and auto-categorizes them into Added, Fixed, Removed, and Changed.
- Download or copy
changelog.pyinto your git repository's root folder. - Open your terminal in the repository folder.
- Run
python changelog.py
A properly formatted CHANGELOG.md file will be instantly generated for you!