Skip to content

Commit

Permalink
build: update the cliff.toml without using raw and endraw
Browse files Browse the repository at this point in the history
  • Loading branch information
pplmx committed Aug 28, 2024
1 parent c614959 commit 619d827
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions cliff.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,8 @@ body = """
| filter(attribute="scope")
| sort(attribute="scope") %}
{{ self::print_commit(commit=commit) }}
{%- endfor -%}
{% raw %}\n{% endraw %}\
{%- for commit in commits %}
{%- endfor %}
{% for commit in commits %}
{%- if not commit.scope -%}
{{ self::print_commit(commit=commit) }}
{% endif -%}
Expand All @@ -65,7 +64,8 @@ body = """
{%- endif %}
{%- endfor -%}
{%- endif %}
{% raw %}\n{% endraw -%}
"""
# template for the changelog footer
footer = """
Expand Down

0 comments on commit 619d827

Please sign in to comment.