From a58261a0dce0719727bcc7f14e05774fef1ac260 Mon Sep 17 00:00:00 2001 From: Daniel Liu Date: Sat, 30 Mar 2024 13:56:34 +0800 Subject: [PATCH] setup git-cliff --- cliff.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cliff.toml b/cliff.toml index abaa3ed..094654e 100644 --- a/cliff.toml +++ b/cliff.toml @@ -46,7 +46,7 @@ footer = """ trim = true # postprocessors postprocessors = [ - { pattern = '\$REPO', replace = "https://github.com/tyrchen/geektime-rust-live-coding" }, # replace repository URL + { pattern = '\$REPO', replace = "https://github.com/gzliudan/rust-template.git" }, # replace repository URL ] [git]