From 9f8da30779d657766bed60516c0afbd9db5ee555 Mon Sep 17 00:00:00 2001 From: DeadNews Date: Tue, 11 Jun 2024 00:08:18 +0800 Subject: [PATCH] docs(changelog): update `git-cliff` config --- cliff.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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]