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 2d229da commit 431f84dCopy full SHA for 431f84d
git-cliff-release/enhance_context.py
@@ -49,7 +49,7 @@ def enhance_commit(commit: dict[str, Any], pr_issues: dict[int, list[int]]) -> N
49
if pr_number:
50
commit["extra"]["closed_issues"] = pr_issues.get(pr_number, [])
51
52
- pr_link = f"{repo_url}/pulls/{pr_number}"
+ pr_link = f"{repo_url}/pull/{pr_number}"
53
commit["extra"]["pr_link"] = f"([#{pr_number}]({pr_link}))"
54
commit["extra"]["raw_pr_link"] = f"(#{pr_number})"
55
0 commit comments