diff options
author | David Robertson <davidr@element.io> | 2023-03-21 18:55:08 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-21 18:55:08 +0000 |
commit | 9b1f99ba6b5a3e508861fa02ad1101a38aa71e6c (patch) | |
tree | 02f7b652598ecde4b0d17edd0d49e16ef71c7897 /scripts-dev/release.py | |
parent | Apply & bundle edits for non-message events. (#15295) (diff) | |
download | synapse-9b1f99ba6b5a3e508861fa02ad1101a38aa71e6c.tar.xz |
Remind maintainer to ask #synapse-dev for changelog (#15303)
* Remind maintainer to ask #synapse-dev for changelog * Changelog
Diffstat (limited to 'scripts-dev/release.py')
-rwxr-xr-x | scripts-dev/release.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts-dev/release.py b/scripts-dev/release.py index 008a5bd965..ec92a59bb8 100755 --- a/scripts-dev/release.py +++ b/scripts-dev/release.py @@ -280,7 +280,7 @@ def _prepare() -> None: ) print("Opening the changelog in your browser...") - print("Please ask others to give it a check.") + print("Please ask #synapse-dev to give it a check.") click.launch( f"https://github.com/matrix-org/synapse/blob/{synapse_repo.active_branch.name}/CHANGES.md" ) |