diff --git a/cliff.toml b/cliff.toml index f3d44d58..e387d4c4 100644 --- a/cliff.toml +++ b/cliff.toml @@ -30,6 +30,13 @@ body = """ {{commit.body | indent(prefix=" ") }} ```` {%- endif %} +{%- for footer in commit.footers %} +{%- if footer.token != "Signed-off-by" and footer.token != "Co-authored-by" %} + + {{ footer.token | indent(prefix=" ") }}{{ footer.separator }} + {{ footer.value | indent(prefix=" ") }} +{%- endif %} +{%- endfor %} {% endmacro -%} {% for group, commits in commits | group_by(attribute="group") %}