Skip to content

Commit

Permalink
chore(changelog): make the scopes lowercase in the changelog (#479)
Browse files Browse the repository at this point in the history
  • Loading branch information
orhun authored Sep 9, 2023
1 parent 0c68ebe commit 1278131
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cliff.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}
Expand Down

0 comments on commit 1278131

Please sign in to comment.