Add missing space before 'docker' link in release announcement script (#12612)

pull/12620/head
Andrew Morgan 2022-05-03 15:46:42 +01:00 committed by GitHub
parent 77dee1b451
commit c4514b97db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

1
changelog.d/12612.bugfix Normal file
View File

@ -0,0 +1 @@
Fix a typo in the announcement text generated by the Synapse release development script.

View File

@ -434,7 +434,7 @@ def announce() -> None:
f"""
Hi everyone. Synapse {current_version} has just been released.
[notes](https://github.com/matrix-org/synapse/releases/tag/{tag_name}) |\
[notes](https://github.com/matrix-org/synapse/releases/tag/{tag_name}) | \
[docker](https://hub.docker.com/r/matrixdotorg/synapse/tags?name={tag_name}) | \
[debs](https://packages.matrix.org/debian/) | \
[pypi](https://pypi.org/project/matrix-synapse/{current_version}/)"""