Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 6878e10

Browse files
authored
Fix release script URL (#10516)
1 parent 42225aa commit 6878e10

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

changelog.d/10516.misc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Fix release script to open correct URL for the release.

scripts-dev/release.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ def tag(gh_token: Optional[str]):
305305
)
306306

307307
# Open the release and the actions where we are building the assets.
308-
click.launch(release.url)
308+
click.launch(release.html_url)
309309
click.launch(
310310
f"https://github.com/matrix-org/synapse/actions?query=branch%3A{tag_name}"
311311
)

0 commit comments

Comments
 (0)