Update the pre-filled draft release template to include the changes header and a download count badge
This commit is contained in:
parent
d8121dbfaa
commit
e4f37d56a6
1 changed files with 7 additions and 1 deletions
8
.github/workflows/draft-release.yaml
vendored
8
.github/workflows/draft-release.yaml
vendored
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue