generate_changelog/rpmautospec.py
Nils Philippsen 3b5dc34a5d Move things to rpmautospec Python package
This allows us to reuse code, e.g. to get info out of Koji, for both
calculating release tags and generating the changelog.

Signed-off-by: Nils Philippsen <nils@redhat.com>
2020-02-21 18:24:16 +01:00

6 lines
65 B
Python
Executable file

#!/usr/bin/env python
from rpmautospec.cli import main
main()