This project hosts a simple python script that tries to generate a RPM changelog from a git repository.
Dependencies:
This is how you can use it:
fedpkg clone -a guake
generate_changelog
and point it to the repository cloned abovepython generate_change guake
Note: You can also generate a good basic changelog using:
git log --after=2018-01-28 --pretty=oneline \ --format='%w(1000)**%h**%n* %cd %an <%ae>%n%w(60,0,2)- %s%n' \ --date="format:%a %b %d %Y"
License: CC0