diff --git a/cliff.toml b/cliff.toml index bb5d4da..d480be0 100644 --- a/cliff.toml +++ b/cliff.toml @@ -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