From b74fd249f3aa6b8c864bb7cef5676cf9ece20434 Mon Sep 17 00:00:00 2001 From: vilen Date: Tue, 20 Aug 2024 18:24:56 +0800 Subject: [PATCH] chore: correct the project url in cliff config --- cliff.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cliff.toml b/cliff.toml index abaa3ed..80f0d9a 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/rcrwhyg/rcli" }, # replace repository URL ] [git]