mirror of
https://github.com/ratatui-org/ratatui
synced 2024-11-22 04:33:13 +00:00
chore(changelog): make the scopes lowercase in the changelog (#479)
This commit is contained in:
parent
0c68ebed4f
commit
127813120e
1 changed files with 1 additions and 1 deletions
|
@ -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 %}
|
||||
|
||||
|
|
Loading…
Reference in a new issue