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