Update the pre-filled draft release template to include the changes header and a download count badge

This commit is contained in:
Oliver-Akins 2025-06-11 01:01:14 -06:00
parent d8121dbfaa
commit e4f37d56a6

View file

@ -50,7 +50,13 @@ jobs:
tag: "v${{ steps.version.outputs.version }}" tag: "v${{ steps.version.outputs.version }}"
commit: ${{ github.ref }} commit: ${{ github.ref }}
draft: true 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: >
| <img aria-hidden="true" src="https://img.shields.io/github/downloads/Oliver-Akins/Foundry-Stat-Tracker/v${{ steps.version.outputs.version }}/release.zip?style=flat-square&color=%2300aa00">
|
| ### 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 generateReleaseNotes: true
artifacts: "prod.dist/release.zip,prod.dist/module.json" artifacts: "prod.dist/release.zip,prod.dist/module.json"
artifactsErrorsFailBuild: true artifactsErrorsFailBuild: true