diff options
author | Brendan Abolivier <babolivier@matrix.org> | 2021-09-08 17:03:25 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-08 17:03:25 +0200 |
commit | 5154afc00d841c7685a97700be3cd1398e633e05 (patch) | |
tree | 1f40990d1d76c88415fe53767cd0fe0c2db46bcc /changelog.d | |
parent | Document that /spaces & /hierarchy can be routed to workers. (#10648) (diff) | |
download | synapse-5154afc00d841c7685a97700be3cd1398e633e05.tar.xz |
Add a script to update the debian changelog for non-Debian systems (#10778)
When releasing 1.42.0 with @Azrenbeth and talking with @clokep yesterday I realised doing the dch incantations related to releasing Synapse wasn't trivial on eg a macOS system, so this is a script to run in a Debian container to make things a bit easier.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/10778.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/10778.misc b/changelog.d/10778.misc new file mode 100644 index 0000000000..db4309420b --- /dev/null +++ b/changelog.d/10778.misc @@ -0,0 +1 @@ +Add a script to update the Debian changelog in a Docker container for systems that aren't Debian-based. |