fix: fix PR URL template in git-cliff configuration (#4396)

This commit is contained in:
link2xt
2023-05-11 15:43:52 +00:00
committed by GitHub
parent 4a593a8d7e
commit 68aa15950a

View File

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