Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix repo url in cliff.toml
Browse files Browse the repository at this point in the history
aborgna-q committed Sep 17, 2023
1 parent 81830bb commit 31eeb29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cliff.toml
Original file line number Diff line number Diff line change
@@ -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 = [

0 comments on commit 31eeb29

Please sign in to comment.