mirror of
https://github.com/null2264/yokai.git
synced 2025-06-21 10:44:42 +00:00
ci: Message input [skip ci]
This commit is contained in:
parent
0b1ed293f3
commit
3202d8cdde
1 changed files with 7 additions and 2 deletions
9
.github/workflows/build_push.yml
vendored
9
.github/workflows/build_push.yml
vendored
|
@ -14,6 +14,11 @@ on:
|
||||||
default: false
|
default: false
|
||||||
required: false
|
required: false
|
||||||
type: boolean
|
type: boolean
|
||||||
|
message:
|
||||||
|
description: 'Message for releases (the text at the top of changelog)'
|
||||||
|
default: ''
|
||||||
|
required: false
|
||||||
|
type: string
|
||||||
|
|
||||||
concurrency:
|
concurrency:
|
||||||
group: ${{ github.workflow }}-${{ github.ref }}-${{ github.event_name == 'workflow_dispatch' }}
|
group: ${{ github.workflow }}-${{ github.ref }}-${{ github.event_name == 'workflow_dispatch' }}
|
||||||
|
@ -185,8 +190,9 @@ jobs:
|
||||||
tag_name: ${{ env.VERSION_TAG }}
|
tag_name: ${{ env.VERSION_TAG }}
|
||||||
name: Yōkai ${{ env.VERSION_TAG }}
|
name: Yōkai ${{ env.VERSION_TAG }}
|
||||||
body: |
|
body: |
|
||||||
${{ steps.changelog.outputs.CHANGELOG }}
|
${{ github.event.inputs.message }}
|
||||||
|
|
||||||
|
${{ steps.changelog.outputs.CHANGELOG }}
|
||||||
---
|
---
|
||||||
|
|
||||||
### Checksums
|
### Checksums
|
||||||
|
@ -229,7 +235,6 @@ jobs:
|
||||||
It is not ready for daily use and we do not guarantee its usability. Please download the latest stable releases instead (https://github.com/null2264/yokai/releases/latest). If you insist, please be sure to ALWAYS backup before updating.
|
It is not ready for daily use and we do not guarantee its usability. Please download the latest stable releases instead (https://github.com/null2264/yokai/releases/latest). If you insist, please be sure to ALWAYS backup before updating.
|
||||||
|
|
||||||
${{ steps.changelog.outputs.CHANGELOG }}
|
${{ steps.changelog.outputs.CHANGELOG }}
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
### Checksums
|
### Checksums
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue