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]