0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-05-17 02:53:46 +02:00

Remind maintainer to ask #synapse-dev for changelog (#15303)

* Remind maintainer to ask #synapse-dev for changelog

* Changelog
This commit is contained in:
David Robertson 2023-03-21 18:55:08 +00:00 committed by GitHub
parent 1bc4feb6c9
commit 9b1f99ba6b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

1
changelog.d/15303.misc Normal file
View file

@ -0,0 +1 @@
Remind the releaser to ask for changelog feedback in [#synapse-dev](https://matrix.to/#/#synapse-dev:matrix.org).

View file

@ -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"
)