build: fix git-cliff version compare url
All checks were successful
build and upload / build (push) Successful in 15s
All checks were successful
build and upload / build (push) Successful in 15s
This commit is contained in:
@@ -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 %}\
|
||||
|
||||
Reference in New Issue
Block a user