Automatically generate a Git changelog
How to automatically create a changelog from git commit messagesIn order to get an overview of the history of a project under Git administration, it makes sense to create a changelog. A simple solution lists all commit messages sorted by tags.