From e2523d01f3ae6fe2810b5a5020318f09537a3e04 Mon Sep 17 00:00:00 2001 From: Philipp Stadler <hello@phstadler.com> Date: Thu, 18 Jul 2024 14:18:11 +0200 Subject: [PATCH] style: remove cliff footer --- cliff.toml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/cliff.toml b/cliff.toml index af2fba5..d8c7e04 100644 --- a/cliff.toml +++ b/cliff.toml @@ -26,9 +26,7 @@ body = """ {% endfor %}\n """ # template for the changelog footer -footer = """ -<!-- generated by git-cliff --> -""" +footer = "" # remove the leading and trailing s trim = true # postprocessors -- GitLab