diff options
author | Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> | 2022-05-03 15:46:42 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-03 14:46:42 +0000 |
commit | c4514b97db551215334c4128cbc8ef12def560ba (patch) | |
tree | 1c610c9231629db1bb41835c4fcbe66afe774cce | |
parent | fix imports (diff) | |
download | synapse-c4514b97db551215334c4128cbc8ef12def560ba.tar.xz |
Add missing space before 'docker' link in release announcement script (#12612)
-rw-r--r-- | changelog.d/12612.bugfix | 1 | ||||
-rwxr-xr-x | scripts-dev/release.py | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/changelog.d/12612.bugfix b/changelog.d/12612.bugfix new file mode 100644 index 0000000000..c39e97f0cb --- /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 f4269e09bb..0031ba3e4b 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}/)""" |