Skip to content

Commit a3d3705

Browse files
authored
Fix formatting for version comparison in cliff.toml
1 parent 0288b2c commit a3d3705

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/cliff.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@ body = """
1919
2020
{% if version %}\
2121
{% if previous.version %}\
22-
## [{{ version | trim_start_matches(pat="v") }}] \
23-
({{ self::remote_url() }}/compare/{{ previous.version }}..{{ version }}) - {{ timestamp | date(format="%Y-%m-%d") }}
22+
## [{{ version | trim_start_matches(pat="v") }}]({{ self::remote_url() }}/compare/{{ previous.version }}..{{ version }}) - {{ timestamp | date(format="%Y-%m-%d") }}
2423
{% else %}\
2524
## [{{ version | trim_start_matches(pat="v") }}] - {{ timestamp | date(format="%Y-%m-%d") }}
2625
{% endif %}\

0 commit comments

Comments
 (0)