From d341c12009cd068c6537f65af83ebdf9e8145491 Mon Sep 17 00:00:00 2001 From: Rawleenc Date: Sat, 3 May 2025 01:37:16 +0200 Subject: [PATCH] build: fix git-cliff version compare url --- cliff.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cliff.toml b/cliff.toml index ccc83b2..9599195 100644 --- a/cliff.toml +++ b/cliff.toml @@ -20,7 +20,7 @@ body = """ {% if version %}\ {% if previous.version %}\ ## [{{ version | trim_start_matches(pat="v") }}]\ - ($REPO/-/compare/{{ previous.version }}...{{ version }}) - {{ timestamp | date(format="%Y-%m-%d") }} + ($REPO/compare/{{ previous.version }}...{{ version }}) - {{ timestamp | date(format="%Y-%m-%d") }} {% else %}\ ## [{{ version | trim_start_matches(pat="v") }}] - {{ timestamp | date(format="%Y-%m-%d") }} {% endif %}\