Skip to content
Snippets Groups Projects
Unverified Commit 798deb3a authored by Richard van der Hoff's avatar Richard van der Hoff Committed by GitHub
Browse files

Fix typo in deb changelogs from release script (#12497)

The release script used to incorrectly write `New synapse release 1.57.0~rc1.`
instead of `New synapse release 1.57.0rc1.`
parent a1f87f57
No related branches found
No related tags found
No related merge requests found
Fix a minor typo in the Debian changelogs generated by the release script.
......@@ -230,7 +230,7 @@ def prepare():
debian_version = new_version
run_until_successful(
f'dch -M -v {debian_version} "New synapse release {debian_version}."',
f'dch -M -v {debian_version} "New Synapse release {new_version}."',
shell=True,
)
run_until_successful('dch -M -r -D stable ""', shell=True)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment