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