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 60f0a66 commit 1d84a59Copy full SHA for 1d84a59
ci/changelog.py
@@ -59,7 +59,7 @@ def extract_changelog(tag: str) -> None:
59
60
version_content = "\n".join(match.group(1).strip().split("\n")[1:])
61
footer = (
62
- f"\n\nFor a full list of version changes, visit the [changelog]({repo_url}/blob/changelog/CHANGELOG.md)."
+ f"\n\nFor a full list of version changes, visit the [changelog]({repo_url}/blob/main/CHANGELOG.md)."
63
f"\nFor commit history for this release, see [commits]({commits_url})."
64
)
65
changelog_entry = f"{version_content}{footer}\n"
0 commit comments