Skip to content

Commit 1d84a59

Browse files
committed
chore(workflow): Updated changelog link.
1 parent 60f0a66 commit 1d84a59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/changelog.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ def extract_changelog(tag: str) -> None:
5959

6060
version_content = "\n".join(match.group(1).strip().split("\n")[1:])
6161
footer = (
62-
f"\n\nFor a full list of version changes, visit the [changelog]({repo_url}/blob/changelog/CHANGELOG.md)."
62+
f"\n\nFor a full list of version changes, visit the [changelog]({repo_url}/blob/main/CHANGELOG.md)."
6363
f"\nFor commit history for this release, see [commits]({commits_url})."
6464
)
6565
changelog_entry = f"{version_content}{footer}\n"

0 commit comments

Comments
 (0)