This [SO question](https://stackoverflow.com/q/57628064/1591009) has some ideas on how to automate the python package release process. There are some changelog helpers to look at: - [Keep A Change Log](https://pypi.org/project/keepachangelog/) - [Scriv](https://github.com/nedbat/scriv) - [Git Changelog](https://pypi.org/project/git-changelog)
This SO question has some ideas on how to automate the python package release process. There are some changelog helpers to look at: