If you do some kind of software development, you probably are familiar with changelogs. These changelogs are especially useful for other people who don’t work on your project to at a glance know what’s new in X version.
However, maintaining this kind of files is always a pain and requires a lot of manual labor. Today, I will show you how we can achieve something similar with only using git.