mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-11 15:18:38 +00:00
.github: Update field descriptions for AsteriskReleaser
This commit is contained in:
19
.github/workflows/AsteriskReleaser.yml
vendored
19
.github/workflows/AsteriskReleaser.yml
vendored
@@ -5,32 +5,35 @@ on:
|
|||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
inputs:
|
inputs:
|
||||||
is_security:
|
is_security:
|
||||||
description: 'Security or Hotfix?'
|
description: |
|
||||||
|
Security or Hotfix?
|
||||||
required: true
|
required: true
|
||||||
type: boolean
|
type: boolean
|
||||||
default: false
|
default: false
|
||||||
new_version:
|
new_version:
|
||||||
description: |
|
description: |
|
||||||
New Version
|
New Version:
|
||||||
Examples:
|
Examples:
|
||||||
21.4.0-rc1, 21.4.0-rc2, 21.4.0, 21.4.1
|
20.4.0-rc1, 20.4.0-rc2, 20.4.0, 20.4.1
|
||||||
certified/21.4-cert1-rc1, certified/21.4-cert1
|
certified-20.4-cert1-rc1, certified-20.4-cert1
|
||||||
required: true
|
required: true
|
||||||
type: string
|
type: string
|
||||||
start_version:
|
start_version:
|
||||||
description: |
|
description: |
|
||||||
Last Version
|
Last Version:
|
||||||
Only use when you KNOW that the automated
|
Only use when you KNOW that the automated
|
||||||
process won't get it right.'
|
process won't get it right.
|
||||||
required: false
|
required: false
|
||||||
type: string
|
type: string
|
||||||
push_live:
|
push_live:
|
||||||
description: 'Push live?'
|
description: |
|
||||||
|
Push live to GitHub and downloads server?
|
||||||
required: true
|
required: true
|
||||||
type: boolean
|
type: boolean
|
||||||
default: false
|
default: false
|
||||||
send_email:
|
send_email:
|
||||||
description: 'Send announcement emails?'
|
description: |
|
||||||
|
Send announcement emails?
|
||||||
required: true
|
required: true
|
||||||
type: boolean
|
type: boolean
|
||||||
default: false
|
default: false
|
||||||
|
Reference in New Issue
Block a user