We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0288b2c commit a3d3705Copy full SHA for a3d3705
.github/cliff.toml
@@ -19,8 +19,7 @@ body = """
19
20
{% if version %}\
21
{% if previous.version %}\
22
- ## [{{ version | trim_start_matches(pat="v") }}] \
23
-({{ self::remote_url() }}/compare/{{ previous.version }}..{{ version }}) - {{ timestamp | date(format="%Y-%m-%d") }}
+ ## [{{ version | trim_start_matches(pat="v") }}]({{ self::remote_url() }}/compare/{{ previous.version }}..{{ version }}) - {{ timestamp | date(format="%Y-%m-%d") }}
24
{% else %}\
25
## [{{ version | trim_start_matches(pat="v") }}] - {{ timestamp | date(format="%Y-%m-%d") }}
26
{% endif %}\
0 commit comments