From 4959b14ce99334f883a19a5060bfaf32b1bafd7c Mon Sep 17 00:00:00 2001 From: lud Date: Wed, 14 Jan 2026 09:38:53 +0100 Subject: [PATCH] chore(libcheck): Update Git Cliff configuration --- cliff.toml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/cliff.toml b/cliff.toml index 206b387..2f5278f 100644 --- a/cliff.toml +++ b/cliff.toml @@ -3,6 +3,12 @@ [changelog] + +header = """ +# Changelog\n +All notable changes to this project will be documented in this file.\n +""" + # A Tera template to be rendered for each release in the changelog. # See https://keats.github.io/tera/docs/#introduction body = """ @@ -19,6 +25,7 @@ body = """ {{ commit.message | upper_first }}\ {% endfor %} {% endfor %} + """ # Remove leading and trailing whitespaces from the changelog's body. trim = true