From d6abfe8c84000ed773236199d30cdf896b82153b Mon Sep 17 00:00:00 2001 From: Aaron Teo Date: Sat, 22 Nov 2025 11:52:11 +0800 Subject: [PATCH] release: add deprecation notice to release.yml Signed-off-by: Aaron Teo --- .github/workflows/release.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2d7f0ba0d6..2c0a7ec89e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -781,6 +781,11 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: tag_name: ${{ steps.tag.outputs.name }} + body: | + > [!WARNING] + > DEPRECATION NOTICE: Linux releases will soon use .tar archives instead of .zip. Please make the necessary changes to your deployment scripts. + + ${{ github.event.head_commit.message }} - name: Upload release id: upload_release