build: fix git-cliff version compare url
All checks were successful
build and upload / build (push) Successful in 15s

This commit is contained in:
2025-05-03 01:37:16 +02:00
parent 3bca4ef8bd
commit d341c12009

View File

@@ -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 %}\