diff --git a/cliff.toml b/cliff.toml index 00a6bfde..3f8ae106 100644 --- a/cliff.toml +++ b/cliff.toml @@ -22,7 +22,7 @@ body = """ {% macro commit(commit) -%} - [{{ commit.id | truncate(length=7, end="") }}]({{ "https://github.com/ratatui-org/ratatui/commit/" ~ commit.id }}) - *({{commit.scope | default(value = "uncategorized")}})* {{ commit.message | upper_first }} + *({{commit.scope | default(value = "uncategorized") | lower }})* {{ commit.message | upper_first }} {%- if commit.breaking %} [**breaking**]{% endif %} {%- if commit.body %}