From 5dd2d52bbbd1d74b27760b9d12ba6ad1df9020cb Mon Sep 17 00:00:00 2001 From: Anonymoussaurus <50231698+AnonymousWP@users.noreply.github.com> Date: Thu, 8 Jan 2026 14:00:11 +0100 Subject: [PATCH] ci(releases): add note about package list updates Added a note to the release workflow clarifying that package list updates do not require a new app version, as UAD-ng fetches the latest package definitions on launch if connected to the internet. --- .github/workflows/release.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3baf45d..8d8c307 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -27,3 +27,6 @@ jobs: with: files: uad-ng-*/* generate_release_notes: true + body: | + > [!NOTE] + > 📦 **Package list updates don't require a new app version**—UAD-ng automatically fetches the latest package definitions on launch (requires internet connection).