Skip to content

Commit

Permalink
chore(release): Fix link replacement typo in changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
jssblck committed Dec 14, 2024
1 parent ee288a0 commit 19ae751
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cliff.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ filter_unconventional = false
split_commits = false
commit_preprocessors = [
# Replace issue numbers
{ pattern = '\((\w+\s)?#([0-9]+)\)', replace = "([#${2}](<https://github.com/fossas/circe/issues/${2}))"},
{ pattern = '\((\w+\s)?#([0-9]+)\)', replace = "([#${2}](https://github.com/fossas/circe/issues/${2}))"},
]
commit_parsers = [
{ message = "^feat", group = "<!-- 0 -->🚀 Features" },
Expand Down

0 comments on commit 19ae751

Please sign in to comment.