diff --git a/cliff.toml b/cliff.toml index b8e884a3f47..b81994cffeb 100644 --- a/cliff.toml +++ b/cliff.toml @@ -7,7 +7,7 @@ header = """ All notable changes to this project will be documented in this file.\n """ # template for the changelog body -# https://tera.netlify.app/docs/#introduction +# https://keats.github.io/tera/docs/ body = """ {% if version %}\ ## [{{ version | trim_start_matches(pat="v") }}] - {{ timestamp | date(format="%Y-%m-%d") }}