We want to keep the release notes
This commit is contained in:
parent
71d59b5ab9
commit
54e3a79c08
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -80,7 +80,9 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
tag_name: 10.9/preview
|
tag_name: 10.9/preview
|
||||||
name: intro-skipper-${{ env.GIT_HASH }}
|
name: intro-skipper-${{ env.GIT_HASH }}
|
||||||
|
append_body: true
|
||||||
body: |
|
body: |
|
||||||
|
---
|
||||||
checksum: ${{ env.CHECKSUM }}
|
checksum: ${{ env.CHECKSUM }}
|
||||||
draft: false
|
draft: false
|
||||||
prerelease: true
|
prerelease: true
|
||||||
|
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -72,7 +72,9 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
tag_name: 10.9/v${{ github.event.inputs.version }}
|
tag_name: 10.9/v${{ github.event.inputs.version }}
|
||||||
name: v${{ github.event.inputs.version }}
|
name: v${{ github.event.inputs.version }}
|
||||||
|
append_body: true
|
||||||
body: |
|
body: |
|
||||||
|
---
|
||||||
sourceUrl: ${{ env.SOURCE_URL }}
|
sourceUrl: ${{ env.SOURCE_URL }}
|
||||||
checksum: ${{ env.CHECKSUM }}
|
checksum: ${{ env.CHECKSUM }}
|
||||||
timestamp: ${{ env.TIMESTAMP }}
|
timestamp: ${{ env.TIMESTAMP }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user