Skip to content

Commit

Permalink
Fix release announcements docker link (#16808)
Browse files Browse the repository at this point in the history
We still publish to the old place.
  • Loading branch information
erikjohnston authored Jan 17, 2024
1 parent 7d57c2c commit 90607bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions changelog.d/16808.misc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fix release announcements docker link.
2 changes: 1 addition & 1 deletion scripts-dev/release.py
Original file line number Diff line number Diff line change
Expand Up @@ -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}/)"""
)
Expand Down

0 comments on commit 90607bf

Please sign in to comment.