From 5b0db36e782f87b14a39e0f72bb79f792fcf895b Mon Sep 17 00:00:00 2001 From: RYGrit Date: Sat, 6 Dec 2025 16:28:51 +0800 Subject: [PATCH] chore: update repository URL in cliff.toml --- cliff.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cliff.toml b/cliff.toml index 706fe59..c7392a0 100644 --- a/cliff.toml +++ b/cliff.toml @@ -46,7 +46,7 @@ footer = """ trim = true # postprocessors postprocessors = [ - { pattern = '\$REPO', replace = "https://github.com/RYGRIT/rust-template" }, # replace repository URL + { pattern = '\$REPO', replace = "https://github.com/RYGRIT/rust-cli" }, # replace repository URL ] [git]