From c203fb1d6a7a5005518cca9bf7e93c543bc89bd4 Mon Sep 17 00:00:00 2001 From: Hua Audio <161028864+Huaaudio@users.noreply.github.com> Date: Sun, 8 Mar 2026 15:23:08 +0100 Subject: [PATCH] Update release note --- .github/workflows/nightly.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 9aedd6d3d..7b3464f32 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -128,7 +128,7 @@ jobs: run: | TAG="${{ needs.generate-version.outputs.tag }}" TITLE="${{ needs.generate-version.outputs.version }}" - NOTES="Nightly build for ${{ needs.generate-version.outputs.version }}" + NOTES="Nightly build for **${{ needs.generate-version.outputs.version }}**\n\n This is an automated build and may be unstable. Use with caution." if gh release view "$TAG" >/dev/null 2>&1; then echo "Release $TAG already exists, updating metadata and assets..."