瀏覽代碼

Add missing space before 'docker' link in release announcement script (#12612)

tags/v1.59.0rc1
Andrew Morgan 2 年之前
committed by GitHub
父節點
當前提交
c4514b97db
沒有發現已知的金鑰在資料庫的簽署中 GPG Key ID: 4AEE18F83AFDEB23
共有 2 個文件被更改,包括 2 次插入1 次删除
  1. +1
    -0
      changelog.d/12612.bugfix
  2. +1
    -1
      scripts-dev/release.py

+ 1
- 0
changelog.d/12612.bugfix 查看文件

@@ -0,0 +1 @@
Fix a typo in the announcement text generated by the Synapse release development script.

+ 1
- 1
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}/)"""


Loading…
取消
儲存