summary refs log tree commit diff
diff options
context:
space:
mode:
authorDavid Robertson <davidr@element.io>2023-03-21 18:55:08 +0000
committerGitHub <noreply@github.com>2023-03-21 18:55:08 +0000
commit9b1f99ba6b5a3e508861fa02ad1101a38aa71e6c (patch)
tree02f7b652598ecde4b0d17edd0d49e16ef71c7897
parentApply & bundle edits for non-message events. (#15295) (diff)
downloadsynapse-9b1f99ba6b5a3e508861fa02ad1101a38aa71e6c.tar.xz
Remind maintainer to ask #synapse-dev for changelog (#15303)
* Remind maintainer to ask #synapse-dev for changelog

* Changelog
-rw-r--r--changelog.d/15303.misc1
-rwxr-xr-xscripts-dev/release.py2
2 files changed, 2 insertions, 1 deletions
diff --git a/changelog.d/15303.misc b/changelog.d/15303.misc
new file mode 100644

index 0000000000..977b9dcd02 --- /dev/null +++ b/changelog.d/15303.misc
@@ -0,0 +1 @@ +Remind the releaser to ask for changelog feedback in [#synapse-dev](https://matrix.to/#/#synapse-dev:matrix.org). 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" )