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 42225aa commit 6878e10Copy full SHA for 6878e10
changelog.d/10516.misc
@@ -0,0 +1 @@
1
+Fix release script to open correct URL for the release.
scripts-dev/release.py
@@ -305,7 +305,7 @@ def tag(gh_token: Optional[str]):
305
)
306
307
# Open the release and the actions where we are building the assets.
308
- click.launch(release.url)
+ click.launch(release.html_url)
309
click.launch(
310
f"https://github.com/matrix-org/synapse/actions?query=branch%3A{tag_name}"
311
0 commit comments