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 = [