We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35383d6 commit 39716bdCopy full SHA for 39716bd
git-cliff-release/enhance_context.py
@@ -59,7 +59,7 @@ def enhance_commit(commit: dict[str, Any], pr_issues: dict[int, list[int]]) -> N
59
60
if issue_links:
61
commit["extra"]["pr_link"] = (
62
- f"([#{pr_number}]({pr_link}, closes {', '.join(issue_links)}))"
+ f"([#{pr_number}]({pr_link}), closes {', '.join(issue_links)})"
63
)
64
else:
65
commit["extra"]["pr_link"] = f"([#{pr_number}]({pr_link}))"
0 commit comments