Browse Source

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

* Remind maintainer to ask #synapse-dev for changelog

* Changelog
tags/v1.81.0rc1
David Robertson 1 year ago
committed by GitHub
parent
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. +1
    -0
      changelog.d/15303.misc
  2. +1
    -1
      scripts-dev/release.py

+ 1
- 0
changelog.d/15303.misc View File

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

+ 1
- 1
scripts-dev/release.py 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"
)


Loading…
Cancel
Save