summary refs log tree commit diff
path: root/scripts-dev/release.py
diff options
context:
space:
mode:
authorreivilibre <oliverw@matrix.org>2023-10-16 14:22:50 +0000
committerGitHub <noreply@github.com>2023-10-16 15:22:50 +0100
commit7291c68eea5479d07739bef6af9b9d086095b4d4 (patch)
tree9aa1a7c14ca6ec1fa0140d812fb997051394a8f6 /scripts-dev/release.py
parentConvert state delta processing from a dict to attrs. (#16469) (diff)
downloadsynapse-7291c68eea5479d07739bef6af9b9d086095b4d4.tar.xz
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>
Diffstat (limited to '')
-rwxr-xr-xscripts-dev/release.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts-dev/release.py b/scripts-dev/release.py
index 74f41a40ec..7508ae5096 100755
--- a/scripts-dev/release.py
+++ b/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)