Add `dch` and `notify-send` to the development Nix flake so that the release script can be used. (#15673)

* Add dch and notify-send to the Nix dev flake

* Newsfile

Signed-off-by: Olivier Wilkinson (reivilibre) <oliverw@matrix.org>

---------

Signed-off-by: Olivier Wilkinson (reivilibre) <oliverw@matrix.org>
release-v1.84
reivilibre 2023-05-26 10:53:10 +00:00 committed by GitHub
parent 5cae9158e6
commit 2d8a2ca374
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 0 deletions

1
changelog.d/15673.misc Normal file
View File

@ -0,0 +1 @@
Add `dch` and `notify-send` to the development Nix flake so that the release script can be used.

View File

@ -100,6 +100,10 @@
# For building the Synapse documentation website.
mdbook
# For releasing Synapse
debian-devscripts # (`dch` for manipulating the Debian changelog)
libnotify # (the release script uses `notify-send` to tell you when CI jobs are done)
];
# Install Python and manage a virtualenv with Poetry.