瀏覽代碼

Update the release script to remind releaser to check for special release notes. (#16461)

* Add reminder to check special release notes board in release script

* Newsfile

Signed-off-by: Olivier Wilkinson (reivilibre) <oliverw@matrix.org>

* Update release.py

* Bah, black

---------

Signed-off-by: Olivier Wilkinson (reivilibre) <oliverw@matrix.org>
tags/v1.95.0rc1
reivilibre 6 月之前
committed by GitHub
父節點
當前提交
7291c68eea
沒有發現已知的金鑰在資料庫的簽署中 GPG 金鑰 ID: 4AEE18F83AFDEB23
共有 2 個檔案被更改,包括 5 行新增0 行删除
  1. +1
    -0
      changelog.d/16461.misc
  2. +4
    -0
      scripts-dev/release.py

+ 1
- 0
changelog.d/16461.misc 查看文件

@@ -0,0 +1 @@
Update the release script to remind releaser to check for special release notes.

+ 4
- 0
scripts-dev/release.py 查看文件

@@ -684,6 +684,10 @@ def full(gh_token: str) -> None:
click.echo("1. If this is a security release, read the security wiki page.")
click.echo("2. Check for any release blockers before proceeding.")
click.echo(" https://github.com/matrix-org/synapse/labels/X-Release-Blocker")
click.echo(
"3. Check for any other special release notes, including announcements to add to the changelog or special deployment instructions."
)
click.echo(" See the 'Synapse Maintainer Report'.")

click.confirm("Ready?", abort=True)



Loading…
取消
儲存