chore(cliff): Fix typo in an comment
This commit is contained in:
parent
b78cd67e26
commit
8cf18db314
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ filter_unconventional = true
|
||||||
split_commits = false
|
split_commits = false
|
||||||
# regex for preprocessing the commit messages
|
# regex for preprocessing the commit messages
|
||||||
commit_preprocessors = [
|
commit_preprocessors = [
|
||||||
{pattern = '\((\w+\s)?#([0-9]+)\)', replace = "([**#${2}**](<REPO>/issues/${2}))"}, # replace issue numbers (Note the PR is also an issue in GitHub, so this will also link to PRs)
|
{pattern = '\((\w+\s)?#([0-9]+)\)', replace = "([**#${2}**](<REPO>/issues/${2}))"}, # replace issue numbers (Note the PR is also an issue in Forgejo, so this will also link to PRs)
|
||||||
{pattern = ' +$', replace = ""}, # Remove trailing whitespace.
|
{pattern = ' +$', replace = ""}, # Remove trailing whitespace.
|
||||||
{pattern = ' +', replace = " "}, # Replace multiple spaces with a single space.
|
{pattern = ' +', replace = " "}, # Replace multiple spaces with a single space.
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in a new issue