release: add deprecation notice to release.yml

Signed-off-by: Aaron Teo <aaron.teo1@ibm.com>
This commit is contained in:
Aaron Teo 2025-11-22 11:52:11 +08:00
parent 79bfc1c0d3
commit d6abfe8c84
No known key found for this signature in database
1 changed files with 5 additions and 0 deletions

View File

@ -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