mirror of
https://mau.dev/maunium/synapse.git
synced 2024-10-01 01:36:05 -04:00
Add missing space before 'docker' link in release announcement script (#12612)
This commit is contained in:
parent
77dee1b451
commit
c4514b97db
1
changelog.d/12612.bugfix
Normal file
1
changelog.d/12612.bugfix
Normal file
@ -0,0 +1 @@
|
|||||||
|
Fix a typo in the announcement text generated by the Synapse release development script.
|
@ -434,7 +434,7 @@ def announce() -> None:
|
|||||||
f"""
|
f"""
|
||||||
Hi everyone. Synapse {current_version} has just been released.
|
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}) | \
|
[docker](https://hub.docker.com/r/matrixdotorg/synapse/tags?name={tag_name}) | \
|
||||||
[debs](https://packages.matrix.org/debian/) | \
|
[debs](https://packages.matrix.org/debian/) | \
|
||||||
[pypi](https://pypi.org/project/matrix-synapse/{current_version}/)"""
|
[pypi](https://pypi.org/project/matrix-synapse/{current_version}/)"""
|
||||||
|
Loading…
Reference in New Issue
Block a user