Skip to content

Commit

Permalink
ci: fix git-cliff config
Browse files Browse the repository at this point in the history
  • Loading branch information
joshka committed Mar 2, 2025
1 parent faf1514 commit 466b3bf
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions cliff.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,6 @@ body = """
{%- if commit.body %}
{{ commit.body | indent(prefix=" > ", first=true, blank=true) }}
{%- endif %}
{%- for footer in commit.footers %}\n
{%- if footer.token != "Signed-off-by" and footer.token != "Co-authored-by" %}
{{ " " | indent(prefix=" > ", first=true, blank=true) }}
{{ footer.token | indent(prefix=" > ", first=true, blank=true) }}
{{- footer.separator }}
{{- footer.value| indent(prefix=" > ", first=false, blank=true) }}
{%- endif %}
{%- endfor %}
{% endfor -%}
{% endfor %}\n
Expand Down

0 comments on commit 466b3bf

Please sign in to comment.