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

Fix typo in deb changelogs from release script #12497

Merged
merged 1 commit into from
Apr 19, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions changelog.d/12497.misc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fix a minor typo in the Debian changelogs generated by the release script.
2 changes: 1 addition & 1 deletion scripts-dev/release.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down