From 4ed099d564415af5956765719a85c2eaf54fa22a Mon Sep 17 00:00:00 2001 From: "alexei.dolgolyov" Date: Tue, 21 Apr 2026 19:55:55 +0300 Subject: [PATCH] docs(release): drop WLED-specific language from auto-generated release notes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The "discover your WLED devices" line predates BLE / USB-serial / ESP-NOW / MQTT / OpenRGB support and misrepresents what the app does. Replaced with a generic "add your LED devices" — the device-add UI lists what's actually supported, and INSTALLATION.md carries the long-form detail. --- .gitea/workflows/release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/release.yml b/.gitea/workflows/release.yml index 8419d15..68092b2 100644 --- a/.gitea/workflows/release.yml +++ b/.gitea/workflows/release.yml @@ -90,9 +90,9 @@ jobs: ### First-time setup - 1. Change the default API key in config/default_config.yaml - 2. Open http://localhost:8080 and discover your WLED devices - 3. See INSTALLATION.md for detailed configuration + 1. Change the default API key in `config/default_config.yaml`. + 2. Open http://localhost:8080 and add your LED devices. + 3. See `INSTALLATION.md` for detailed configuration. ''').strip()) print(json.dumps('\n\n'.join(sections)))