diff --git a/changelog.d/12612.bugfix b/changelog.d/12612.bugfix
new file mode 100644
index 0000000000000000000000000000000000000000..c39e97f0cbaa7bee304879a56ab12b66101523fc
--- /dev/null
+++ b/changelog.d/12612.bugfix
@@ -0,0 +1 @@
+Fix a typo in the announcement text generated by the Synapse release development script.
\ No newline at end of file
diff --git a/scripts-dev/release.py b/scripts-dev/release.py
index f4269e09bb7f8037fcb2e0e26306e8ad495b394f..0031ba3e4b2f2651b1905c0436d3f40553812050 100755
--- a/scripts-dev/release.py
+++ b/scripts-dev/release.py
@@ -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}/)"""