Generate change log by python script.
The output format is very simple.
It's just list commits between two tags.
I will change format in next version.
Next output format will support AngularJS commit conventions.
- Move the python file to your release branch git base folder.(Contain your release version tag)
- Open terminal panel,cd to the git base folder.
- Input
$ python GenChangeLog.py
. - ChangeLog.md will generated beside the python file.
- Chekc it!
Because I want a simplest tool to finish my job.
I don't want to install too many plugins or modules.
And too many command instruction will make this worse.
Simple way is the best and python is the best tool to do this!
If you don't like the output,you can modify by yourself.
- Python code modify very easy.
- Cross platform.(Mac and Window)