@@ -21,12 +21,43 @@ The changelog generator will order the types of commits in the changelog in the
...
@@ -21,12 +21,43 @@ The changelog generator will order the types of commits in the changelog in the
- Build
- Build
- CI
- CI
## Emoji changelogs
## Emoji Changelogs
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.
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.
The plugin allows to specify the template which is used to render commits with the `--changelog-generator-opt` CLI flag, e.g., `--changelog-generator-opt "format_commit_template={{.Message}}"`. Or by adding the `format_commit_template` option within your `.semrelrc` file.