summary refs log tree commit diff
path: root/changelog.d/17970.bugfix
diff options
context:
space:
mode:
authorErik Johnston <erikj@element.io>2024-12-02 10:54:14 +0000
committerQuentin Gliech <quenting@element.io>2024-12-03 09:53:20 +0100
commitf3fd6852ac3dd8196511b97772285e06c301da31 (patch)
treef5171d42e67264103a4360744ac395463f567f49 /changelog.d/17970.bugfix
parent1.120.0 (diff)
downloadsynapse-f3fd6852ac3dd8196511b97772285e06c301da31.tar.xz
Fix release process to not create duplicate releases (#17970)
This is to work around
https://github.com/softprops/action-gh-release/issues/445

---------

Co-authored-by: Quentin Gliech <quenting@element.io>
Diffstat (limited to '')
-rw-r--r--changelog.d/17970.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/17970.bugfix b/changelog.d/17970.bugfix
new file mode 100644

index 0000000000..835079de3f --- /dev/null +++ b/changelog.d/17970.bugfix
@@ -0,0 +1 @@ +Fix release process to not create duplicate releases.