Fix link to the template documentation of git-cliff

The old link gives me 404
This commit is contained in:
Hocuri
2023-09-29 17:06:26 +02:00
committed by link2xt
parent c41687586c
commit d109a1b27f

View File

@@ -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") }}