From 2e6a1c93223e3fa45ad9673eb9316fafa1d65325 Mon Sep 17 00:00:00 2001 From: CodeDevMLH <145071728+CodeDevMLH@users.noreply.github.com> Date: Tue, 30 Dec 2025 15:44:43 +0100 Subject: [PATCH] feat: Add GitHub Actions workflow for automated plugin releases. --- .github/workflows/release_automation.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release_automation.yml b/.github/workflows/release_automation.yml index 180fd9f..0e21c20 100644 --- a/.github/workflows/release_automation.yml +++ b/.github/workflows/release_automation.yml @@ -98,3 +98,4 @@ jobs: files: ${{ env.ZIP_PATH }} draft: false prerelease: false + generate_release_notes: true