We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33c6571 commit 624821eCopy full SHA for 624821e
cliff.toml
@@ -28,13 +28,6 @@ body = """
28
{%- if commit.body %}
29
{{ commit.body | indent(prefix=" > ", first=true, blank=true) }}
30
{%- 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 %}
39
{% endfor -%}
40
{% endfor %}\n
0 commit comments