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

Commit c4514b9

Browse files
Add missing space before 'docker' link in release announcement script (#12612)
1 parent 77dee1b commit c4514b9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

changelog.d/12612.bugfix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Fix a typo in the announcement text generated by the Synapse release development script.

scripts-dev/release.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -434,7 +434,7 @@ def announce() -> None:
434434
f"""
435435
Hi everyone. Synapse {current_version} has just been released.
436436
437-
[notes](https://github.com/matrix-org/synapse/releases/tag/{tag_name}) |\
437+
[notes](https://github.com/matrix-org/synapse/releases/tag/{tag_name}) | \
438438
[docker](https://hub.docker.com/r/matrixdotorg/synapse/tags?name={tag_name}) | \
439439
[debs](https://packages.matrix.org/debian/) | \
440440
[pypi](https://pypi.org/project/matrix-synapse/{current_version}/)"""

0 commit comments

Comments
 (0)