From 34fec670d30e4edf019e6ee989391a7a9f8a26c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Orhun=20Parmaks=C4=B1z?= Date: Fri, 7 Mar 2025 23:59:09 +0300 Subject: [PATCH] chore(changelog): remove changelog footer (#1711) The footer makes some noise when used with `release-plz`. --- cliff.toml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/cliff.toml b/cliff.toml index 34ad380d..9b42b9a1 100644 --- a/cliff.toml +++ b/cliff.toml @@ -69,14 +69,9 @@ body = """ https://github.com/{{ remote.owner }}/{{ remote.repo }}\ {% endmacro %} """ - - # remove the leading and trailing whitespace from the template trim = false -# changelog footer -footer = """ - -""" +# postprocessors for the changelog body postprocessors = [ { pattern = '', replace = "" }, { pattern = '>---+\n', replace = '' },