From f637278cb1adc660c66d63f9c648a215b299e33b Mon Sep 17 00:00:00 2001 From: Hocuri Date: Sat, 6 May 2023 18:43:24 +0200 Subject: [PATCH] Make PR references clickable --- cliff.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cliff.toml b/cliff.toml index 73b7714c0..9c2f279a7 100644 --- a/cliff.toml +++ b/cliff.toml @@ -11,7 +11,7 @@ filter_unconventional = false split_commits = false # regex for preprocessing the commit messages commit_preprocessors = [ - # { pattern = '\((\w+\s)?#([0-9]+)\)', replace = "([#${2}](https://github.com/orhun/git-cliff/issues/${2}))"}, # replace issue numbers + { pattern = '\((\w+\s)?#([0-9]+)\)', replace = "([#${2}](https://github.com/deltachat/deltachat-core-rust/PR/${2}))"}, # replace pull request / issue numbers ] # regex for parsing and grouping commits commit_parsers = [