From e4f37d56a63432c312679188f4450a8d6b12735d Mon Sep 17 00:00:00 2001 From: Oliver-Akins Date: Wed, 11 Jun 2025 01:01:14 -0600 Subject: [PATCH] Update the pre-filled draft release template to include the changes header and a download count badge --- .github/workflows/draft-release.yaml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/draft-release.yaml b/.github/workflows/draft-release.yaml index 7d0df21..d38d6ab 100644 --- a/.github/workflows/draft-release.yaml +++ b/.github/workflows/draft-release.yaml @@ -50,7 +50,13 @@ jobs: tag: "v${{ steps.version.outputs.version }}" commit: ${{ github.ref }} draft: true - body: "This version can be installed using this manifest URL: https://github.com/Oliver-Akins/Foundry-Stat-Tracker/releases/download/v${{ steps.version.outputs.version }}/module.json" + body: > + | + | + | ### Changes: + | - + | + | This version can be installed using this manifest URL: https://github.com/Oliver-Akins/Foundry-Stat-Tracker/releases/download/v${{ steps.version.outputs.version }}/module.json generateReleaseNotes: true artifacts: "prod.dist/release.zip,prod.dist/module.json" artifactsErrorsFailBuild: true