diff --git a/cliff-template.toml b/cliff-template.toml index cda5c0d..67f6b78 100644 --- a/cliff-template.toml +++ b/cliff-template.toml @@ -44,8 +44,8 @@ conventional_commits = true filter_unconventional = false protect_breaking_commits = false commit_preprocessors = [ - { pattern = "\((\w+\s)?#([0-9]+)\)", replace = "([#${2}](REPOSITORY_URL/issues/${2}))"}, - { pattern = "Merge pull request #([0-9]+) from [^ ]+", replace = "PR # [${1}](https://github.com/orhun/git-cliff/pull/${1}):"}, + { pattern = '\((\w+\s)?#([0-9]+)\)', replace = "([#${2}](REPOSITORY_URL/issues/${2}))"}, + { pattern = "Merge pull request #([0-9]+) from [^ ]+", replace = "PR [#${1}](https://github.com/orhun/git-cliff/pull/${1}):"}, ] commit_parsers = [ { message = "(?i)^feat", group = "🚀 Features"},