template-python
template-python copied to clipboard
create changelog from git history between tags
Thanks for creating such a good boilerplate. Is it possible to do have support for changelog creation from git history?
Possibly. How do you propose this could happen?
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.
also there is this, https://python-semantic-release.readthedocs.io/