From 8d132705b8a7d6d56ed465a8fd2c2642f9e54302 Mon Sep 17 00:00:00 2001 From: Yvonnick FRIN Date: Wed, 3 Jun 2020 13:50:00 +0200 Subject: [PATCH] :memo: Add a section about gitmoji-changelog (#269) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * :memo: Add a section about gitmoji-changelog * :memo: Create a related tools section * :ok_hand: Add hyphen Co-authored-by: Vinícius Hoyer Co-authored-by: Vinícius Hoyer Co-authored-by: Carlos Cuesta --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 17479afe02..5fb7b8ce49 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,10 @@ To use gitmojis from your command line install [gitmoji-cli](https://github.com/ npm i -g gitmoji-cli ``` +## Related tools + +- [gitmoji-changelog](https://github.com/frinyvonnick/gitmoji-changelog/): A changelog generator for gitmoji 😜 It uses emojis in your commit messages to group them and create a markdown file with your changes. + ## Contributing to gitmoji Contributing to gitmoji is a piece of :cake:, read the [contributing guidelines](https://github.com/carloscuesta/gitmoji/blob/master/.github/CONTRIBUTING.md). You can discuss emojis using the [issues section](https://github.com/carloscuesta/gitmoji/issues/new). To add a new emoji to the list create an issue and send a pull request, see [how to send a pull request and add a gitmoji](https://github.com/carloscuesta/gitmoji/blob/master/.github/CONTRIBUTING.md#how-to-add-a-gitmoji).