From 70f5b3acc117eadee6c71aa5177d263063ff995c Mon Sep 17 00:00:00 2001 From: timoknapp <mail@timoknapp.com> Date: Wed, 9 Dec 2020 12:14:58 +0100 Subject: [PATCH] chore: rename heading in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 886631f..e60f25c 100644 --- a/README.md +++ b/README.md @@ -21,9 +21,9 @@ The changelog generator will order the types of commits in the changelog in the - Build - CI -## Prettified changelogs +## Emoji changelogs -In order to use prettified changelogs including a prefixed emoji, you need to provide the following config when calling semantic-relase: `--changelog-generator-opt "emojis=true"`. Or add the config within your `.semrelrc` file. +In order to use emoji changelogs including a prefixed emoji, you need to provide the following config when calling semantic-relase: `--changelog-generator-opt "emojis=true"`. Or add the config within your `.semrelrc` file. [Example Change Log](./examples/GENERATED_CHANGELOG.md) -- GitLab