diff --git a/cliff.toml b/cliff.toml index 9bee852..c7e2453 100644 --- a/cliff.toml +++ b/cliff.toml @@ -25,7 +25,8 @@ body = """ ## [{{ version | trim_start_matches(pat="v") }}]\ ({{ self::remote_url() }}/compare/{{ previous.version }}...{{ version }}) - {{ timestamp | date(format="%Y-%m-%d") }} {% else %}\ - ## [{{ version | trim_start_matches(pat="v") }}] - {{ timestamp | date(format="%Y-%m-%d") }} + ## [{{ version | trim_start_matches(pat="v") }}]\ + ({{ self::remote_url() }}/commits/{{ version }}) - {{ timestamp | date(format="%Y-%m-%d") }} {% endif %}\ {% else %}\ ## [unreleased]