From 649c86d83fb63c76d57b46533174482c35683711 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 15 Jan 2026 12:46:51 +0000 Subject: [PATCH] Change nightly release title from "Nightly Release" to "Nightly mdev Build" Updated the release name in nightly.yml to better reflect that this is a development build (mdev) rather than a production release. Co-authored-by: softhack007 <91616163+softhack007@users.noreply.github.com> --- .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 91213955..e506cdc4 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -37,7 +37,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: tag_name: nightly - name: 'Nightly Release $$' + name: 'Nightly mdev Build $$' prerelease: true body: ${{ steps.changelog.outputs.changelog }} files: |