template-python icon indicating copy to clipboard operation
template-python copied to clipboard

create changelog from git history between tags

Open jnoortheen opened this issue 5 years ago • 3 comments

Thanks for creating such a good boilerplate. Is it possible to do have support for changelog creation from git history?

jnoortheen avatar Mar 12 '20 10:03 jnoortheen

Possibly. How do you propose this could happen?

jacebrowning avatar Mar 12 '20 15:03 jacebrowning

having a Make command to run https://pypi.org/project/auto-changelog/

directing to changelog file. With a git hook, we can automate the generation of changelog too.

jnoortheen avatar Mar 12 '20 16:03 jnoortheen

also there is this, https://python-semantic-release.readthedocs.io/

jnoortheen avatar Mar 12 '20 16:03 jnoortheen