.github: Update field descriptions for AsteriskReleaser

This commit is contained in:
George Joseph
2023-05-26 08:51:41 -06:00
parent 0c173be750
commit 7c5f7fffb3

View File

@@ -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