19 lines
342 B
ReStructuredText
19 lines
342 B
ReStructuredText
generate changelog
|
|
==================
|
|
|
|
This project hosts a simple python script that tries to generate a RPM changelog
|
|
from a git repository.
|
|
|
|
This is how you can use it:
|
|
|
|
* Clone a dist-git repository
|
|
|
|
::
|
|
|
|
fedpkg clone -a guake
|
|
|
|
* Run ``generate_changelog`` and point it to the repository cloned above
|
|
|
|
::
|
|
|
|
python generate_change guake
|