Skip to content

Commit 624821e

Browse files
committedMar 2, 2025
ci: fix git-cliff config
1 parent 33c6571 commit 624821e

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed
 

‎cliff.toml

-7
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,6 @@ body = """
2828
{%- if commit.body %}
2929
{{ commit.body | indent(prefix=" > ", first=true, blank=true) }}
3030
{%- endif %}
31-
{%- for footer in commit.footers %}\n
32-
{%- if footer.token != "Signed-off-by" and footer.token != "Co-authored-by" %}
33-
{{ " " | indent(prefix=" > ", first=true, blank=true) }}
34-
{{ footer.token | indent(prefix=" > ", first=true, blank=true) }}
35-
{{- footer.separator }}
36-
{{- footer.value| indent(prefix=" > ", first=false, blank=true) }}
37-
{%- endif %}
3831
{%- endfor %}
3932
{% endfor -%}
4033
{% endfor %}\n

0 commit comments

Comments
 (0)