Skip to content

Commit

Permalink
chore(tools): update git-cliff body template
Browse files Browse the repository at this point in the history
  • Loading branch information
CBenoit committed Dec 15, 2024
1 parent d696c9b commit 5283259
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions cliff.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,7 @@ body = """
{%- for commit in commits %}
{%- if commit.scope %}
{%- set scope = "_" ~ commit.scope ~ "_: " %}
{%- set message = commit.message %}
{%- else %}
{%- set scope = "" %}
{%- set message = commit.message | upper_first %}
{%- endif %}
{%- set message = commit.message | upper_first %}
{%- if commit.breaking %}
{%- set breaking = "[**breaking**] " %}
Expand All @@ -45,7 +39,7 @@ body = """
{%- set commit_url = "https://github.com/Devolutions/IronRDP/commit/" ~ commit.id %}
{%- set commit_link = "[" ~ short_sha ~ "](" ~ commit_url ~ ")" %}
- {{ scope }}{{ breaking }}{{ message }} ({{ commit_link }}) \
- {{ breaking }}{{ message }} ({{ commit_link }}) \
{% if commit.body %}\n\n {{ commit.body | replace(from="\n", to="\n ") }}{% endif %}
{%- endfor %}
Expand Down

0 comments on commit 5283259

Please sign in to comment.