diff options
author | kylo252 <[email protected]> | 2022-03-24 16:07:42 +0100 |
---|---|---|
committer | kylo252 <[email protected]> | 2022-03-24 16:07:42 +0100 |
commit | 23feb96bcc8182f19528298817617336b866eadb (patch) | |
tree | 72f8910648be904ef63b92c4e2291bfbb3db6e92 /.github | |
parent | f41edc6dfb0d2a4c9875da08bbbdab121e52048f (diff) |
chore(release): update changelog
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/cliff.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/cliff.toml b/.github/workflows/cliff.toml index 0d04a13f..ac6a0b3a 100644 --- a/.github/workflows/cliff.toml +++ b/.github/workflows/cliff.toml @@ -19,7 +19,7 @@ body = """ {% for commit in commits | filter(attribute="scope") | sort(attribute="scope") %} - - _({{commit.scope}})_ {{ commit.message | upper_first }} + - _({{commit.scope}})_ {{ commit.message }} {%- if commit.breaking %} {% raw %} {% endraw %}- **BREAKING**: {{commit.breaking_description}} {%- endif -%} @@ -27,7 +27,7 @@ body = """ {% for commit in commits %} {%- if commit.scope -%} {% else -%} - - {{ commit.message | upper_first }} + - {{ commit.message }} {% if commit.breaking -%} {% raw %} {% endraw %}- **BREAKING**: {{commit.breaking_description}} {% endif -%} |