diff options
author | Erik Johnston <erikj@element.io> | 2024-01-17 13:39:54 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-17 13:39:54 +0000 |
commit | 90607bf5ad1411f9618d9b23767429b74d91f2b0 (patch) | |
tree | 5fcc6ff2cc2114cee54e9b468f3e967af001dd05 | |
parent | Fix text and add second link (diff) | |
download | synapse-release-v1.99.tar.xz |
Fix release announcements docker link (#16808) github/release-v1.99 release-v1.99
We still publish to the old place.
-rw-r--r-- | changelog.d/16808.misc | 1 | ||||
-rwxr-xr-x | scripts-dev/release.py | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/changelog.d/16808.misc b/changelog.d/16808.misc new file mode 100644 index 0000000000..0e996a7786 --- /dev/null +++ b/changelog.d/16808.misc @@ -0,0 +1 @@ +Fix release announcements docker link. diff --git a/scripts-dev/release.py b/scripts-dev/release.py index cb315f4444..9ac8516f0b 100755 --- a/scripts-dev/release.py +++ b/scripts-dev/release.py @@ -659,7 +659,7 @@ def _announce() -> None: Hi everyone. Synapse {current_version} has just been released. [notes](https://github.com/element-hq/synapse/releases/tag/{tag_name}) | \ -[docker](https://hub.docker.com/r/vectorim/synapse/tags?name={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}/)""" ) |