Closed as not planned
Description
These tools might help with automating the release process, and result in easier and quicker releases.
I personally write my commit messages following Conventional Commits, and use Python Semantic Release to automate the process of generating the new Semantic Version of the project, the changelog, and actually push it to PyPI and such.
I heard good things about towncrier, but have never personally used it.
If there's interest, I could help set these tools up and write an explanation of how to best work with them.