From 68aa15950a7c51c009d5195b815d9e100f5e2382 Mon Sep 17 00:00:00 2001 From: link2xt Date: Thu, 11 May 2023 15:43:52 +0000 Subject: [PATCH] fix: fix PR URL template in git-cliff configuration (#4396) --- cliff.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cliff.toml b/cliff.toml index 27d39dc0d..b00c18982 100644 --- a/cliff.toml +++ b/cliff.toml @@ -11,7 +11,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/deltachat/deltachat-core-rust/PR/${2}))"}, # replace pull request / issue numbers + { pattern = '\((\w+\s)?#([0-9]+)\)', replace = "([#${2}](https://github.com/deltachat/deltachat-core-rust/pull/${2}))"}, # replace pull request / issue numbers ] # regex for parsing and grouping commits commit_parsers = [