From 08a90776ae6283f898376c611794de38d58a2cb8 Mon Sep 17 00:00:00 2001 From: Oliver-Akins Date: Fri, 25 Jul 2025 21:11:44 -0600 Subject: [PATCH] Add an auto-generated badge to the release content --- .github/workflows/draft-release.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/draft-release.yaml b/.github/workflows/draft-release.yaml index 000d9e6..1ac8e85 100644 --- a/.github/workflows/draft-release.yaml +++ b/.github/workflows/draft-release.yaml @@ -50,5 +50,6 @@ jobs: tag: "v${{ steps.version.outputs.version }}" commit: ${{ github.ref }} draft: true + body: generateReleaseNotes: true artifacts: "release.zip,system.json"