Enhance Canary Build notice in workflow

Added a detailed notice for Canary Build users, explaining its nature and intended audience.
This commit is contained in:
Miguel
2025-10-19 16:02:38 +02:00
committed by GitHub
parent 02586d5c79
commit ec6c1f526d

View File

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