Skip to content

Commit 7c4bf99

Browse files
authored
ci: fix git-cliff config (#61)
1 parent 33c6571 commit 7c4bf99

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

cliff.toml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +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 %}
38-
{%- endfor %}
3931
{% endfor -%}
4032
{% endfor %}\n
4133
"""

0 commit comments

Comments
 (0)