carloscuesta / gitmoji

An emoji guide for your commit messages. 😜
https://gitmoji.dev
MIT License
15.85k stars 806 forks source link

Gitmoji goal and the changelog way #58

Closed Swizz closed 8 years ago

Swizz commented 8 years ago

Hi there!

I was asking myself a question : Is the Gitmoji's goal to interrupt the holding of a changelog in favor of a more human readable git log?

Is it possible to make a version Keep a Changelog compliant ?

Cheers,

carloscuesta commented 8 years ago

Hi @Swizz

Not really, the main goal of gitmoji is to create a standarization cheatsheet/guide that provides an easy way of identifying the purpose or intention of a commit with only looking at the emojis used. With out having to read necessarily the title and the message.

You should be writing changelogs too apart from creating awesome commits using a good combination of gitmojis + titles + body.

Swizz commented 8 years ago

Thank you for your answer. I will keep an eye on that