From ec6c1f526dd2dad7e533e1afb15e0b6371c963bf Mon Sep 17 00:00:00 2001 From: Miguel Date: Sun, 19 Oct 2025 16:02:38 +0200 Subject: [PATCH] Enhance Canary Build notice in workflow Added a detailed notice for Canary Build users, explaining its nature and intended audience. --- .github/workflows/base-build-nightly.yaml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/.github/workflows/base-build-nightly.yaml b/.github/workflows/base-build-nightly.yaml index 69bb604..f436280 100644 --- a/.github/workflows/base-build-nightly.yaml +++ b/.github/workflows/base-build-nightly.yaml @@ -70,5 +70,20 @@ jobs: name: DSPRE Canary Build ${{ steps.date.outputs.date }} (${{ github.sha }}) files: DSPRE-canary.zip token: ${{ secrets.GITHUB_TOKEN }} + body: | + ## ⚠️ Canary Build Notice ⚠️ + This is a Canary Build of DSPRE, meaning it is automatically generated from the latest pushed code. It includes the most recent changes, improvements, and experimental features, but may be unstable or contain bugs. + + ## 🚧 What does this mean? + This build reflects ongoing development and is not a stable release. + Features may be incomplete, subject to change, or cause unexpected issues. + Use at your own risk—expect potential crashes, broken functionality, or unpolished features. + + ## 💡 Who is this for? + Developers and testers who want to stay up-to-date with the latest progress. + Users willing to report issues and provide feedback on new changes. + If you’re looking for a more reliable version, consider using the latest Stable Release instead. + prerelease: true + generate_release_notes: true prerelease: true generate_release_notes: true