From 22def9352acab24e08f65f40d9ff361de8736f4d Mon Sep 17 00:00:00 2001 From: James Gebbie-Rayet Date: Wed, 26 Aug 2026 11:42:38 +0100 Subject: [PATCH 1/2] Fix typo in topic name from 'announcement' to 'announcements' --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 07a2e08..06f3d0c 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -151,7 +151,7 @@ jobs: curl -sSf "${ZULIP_SITE}/api/v1/messages" \ -u "${ZULIP_BOT_EMAIL}:${ZULIP_BOT_API_KEY}" \ --data-urlencode type=stream \ - --data-urlencode "to=announcement" \ + --data-urlencode "to=announcements" \ --data-urlencode "topic=software releases" \ --data-urlencode "content=${CONTENT}" From 100f084986d43fc33e1eab01cc03af16fd1da91e Mon Sep 17 00:00:00 2001 From: James Gebbie-Rayet Date: Wed, 26 Aug 2026 12:04:12 +0100 Subject: [PATCH 2/2] Upgrade action-gh-release to v3.0.2 Updated action-gh-release to version 3.0.2 for creating releases. --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 06f3d0c..1bd2869 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -113,7 +113,7 @@ jobs: steps: - name: create release id: create_release - uses: softprops/action-gh-release@a06a81a03ee405af7f2048a818ed3f03bbf83c7b # v2.5.0 + uses: softprops/action-gh-release@3d0d9888cb7fd7b750713d6e236d1fcb99157228 # v3.0.2 with: name: v${{ github.event.inputs.version }} generate_release_notes: true