commit cd51af0cbe8e919bf2efcdc1a1abe311c6c5e0c0 parent 2a75f655ecc34160c7aa9a938376e688f8777ac3 Author: MTRNord <mtrnord1@gmail.com> Date: Thu, 23 Mar 2023 19:10:17 +0100 chore(git-cliff): Add commit preprocessor for issue numbers Diffstat:
| M | cliff.toml | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/cliff.toml b/cliff.toml @@ -38,7 +38,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/orhun/git-cliff/issues/${2}))"}, # replace issue numbers + { pattern = '\((\w+\s)?#([0-9]+)\)', replace = "([#${2}](https://github.com/MTRNord/knowledge-search/issues/${2}))"}, # replace issue numbers ] # regex for parsing and grouping commits commit_parsers = [