Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Remind maintainer to ask #synapse-dev for changelog (#15303)
Browse files Browse the repository at this point in the history
* Remind maintainer to ask #synapse-dev for changelog

* Changelog
  • Loading branch information
David Robertson authored Mar 21, 2023
1 parent 1bc4feb commit 9b1f99b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions changelog.d/15303.misc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Remind the releaser to ask for changelog feedback in [#synapse-dev](https://matrix.to/#/#synapse-dev:matrix.org).
2 changes: 1 addition & 1 deletion scripts-dev/release.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
)
Expand Down

0 comments on commit 9b1f99b

Please sign in to comment.