mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-02 11:06:31 +00:00
.github: Minor tweak to Asterisk Releaser
This commit is contained in:
36
.github/workflows/Releaser.yml
vendored
36
.github/workflows/Releaser.yml
vendored
@@ -4,6 +4,21 @@ run-name: ${{ github.actor }} is creating ${{vars.PRODUCT_NAME}} release ${{inpu
|
|||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
inputs:
|
inputs:
|
||||||
|
new_version:
|
||||||
|
description: |
|
||||||
|
New Version:
|
||||||
|
Examples:
|
||||||
|
20.4.0-rc1, 20.4.0-rc2, 20.4.0, 20.4.1
|
||||||
|
certified-20.4-cert1-rc1, certified-20.4-cert1
|
||||||
|
required: true
|
||||||
|
type: string
|
||||||
|
# start_version:
|
||||||
|
# description: |
|
||||||
|
# Last Version:
|
||||||
|
# Only use when you KNOW that the automated
|
||||||
|
# process won't get it right.
|
||||||
|
# required: false
|
||||||
|
# type: string
|
||||||
is_security:
|
is_security:
|
||||||
description: |
|
description: |
|
||||||
Security?
|
Security?
|
||||||
@@ -25,27 +40,6 @@ on:
|
|||||||
required: true
|
required: true
|
||||||
type: boolean
|
type: boolean
|
||||||
default: false
|
default: false
|
||||||
new_version:
|
|
||||||
description: |
|
|
||||||
New Version:
|
|
||||||
Examples:
|
|
||||||
20.4.0-rc1, 20.4.0-rc2, 20.4.0, 20.4.1
|
|
||||||
certified-20.4-cert1-rc1, certified-20.4-cert1
|
|
||||||
required: true
|
|
||||||
type: string
|
|
||||||
# start_version:
|
|
||||||
# description: |
|
|
||||||
# Last Version:
|
|
||||||
# Only use when you KNOW that the automated
|
|
||||||
# process won't get it right.
|
|
||||||
# required: false
|
|
||||||
# type: string
|
|
||||||
is_security:
|
|
||||||
description: |
|
|
||||||
Security or Hotfix?
|
|
||||||
required: true
|
|
||||||
type: boolean
|
|
||||||
default: false
|
|
||||||
push_release_branches:
|
push_release_branches:
|
||||||
description: |
|
description: |
|
||||||
Push release branches live?
|
Push release branches live?
|
||||||
|
Reference in New Issue
Block a user