From 31eeb2940da146e02711bcaf179a7afe5e006a72 Mon Sep 17 00:00:00 2001 From: Agustin Borgna Date: Sun, 17 Sep 2023 06:38:19 +0100 Subject: [PATCH] fix repo url in cliff.toml --- cliff.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cliff.toml b/cliff.toml index b2b0a56..bb0f9d2 100644 --- a/cliff.toml +++ b/cliff.toml @@ -39,7 +39,7 @@ filter_unconventional = true split_commits = false # regex for preprocessing the commit messages commit_preprocessors = [ - { pattern = '\((\w+\s)?#([0-9]+)\)', replace = "([#${2}](https://github.com/CQCL/portgraph/issues/${2}))"}, # replace issue numbers + { pattern = '\((\w+\s)?#([0-9]+)\)', replace = "([#${2}](https://github.com/CQCL/tket-json-rs/issues/${2}))"}, # replace issue numbers ] # regex for parsing and grouping commits commit_parsers = [