From d109a1b27f516bf123892c03599999556befdccc Mon Sep 17 00:00:00 2001 From: Hocuri Date: Fri, 29 Sep 2023 17:06:26 +0200 Subject: [PATCH] Fix link to the template documentation of git-cliff The old link gives me 404 --- cliff.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cliff.toml b/cliff.toml index 86a2303e5..98a959c28 100644 --- a/cliff.toml +++ b/cliff.toml @@ -54,7 +54,7 @@ header = """ # Changelog\n """ # template for the changelog body -# https://tera.netlify.app/docs/#introduction +# https://keats.github.io/tera/docs/#templates body = """ {% if version %}\ ## [{{ version | trim_start_matches(pat="v") }}] - {{ timestamp | date(format="%Y-%m-%d") }}