From: George Joseph Date: Fri, 26 May 2023 14:51:41 +0000 (-0600) Subject: .github: Update field descriptions for AsteriskReleaser X-Git-Tag: 18.19.0-rc1~43 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=168712bee5dd232074c196177328b8ff1ed55cb7;p=thirdparty%2Fasterisk.git .github: Update field descriptions for AsteriskReleaser (cherry picked from commit a2280e1767530f2f7deb50f3f29133775ebcd44c) --- diff --git a/.github/workflows/AsteriskReleaser.yml b/.github/workflows/AsteriskReleaser.yml index 72fd9450d6..e53d88f362 100644 --- a/.github/workflows/AsteriskReleaser.yml +++ b/.github/workflows/AsteriskReleaser.yml @@ -5,32 +5,35 @@ on: workflow_dispatch: inputs: is_security: - description: 'Security or Hotfix?' + description: | + Security or Hotfix? required: true type: boolean default: false new_version: description: | - New Version + New Version: Examples: - 21.4.0-rc1, 21.4.0-rc2, 21.4.0, 21.4.1 - certified/21.4-cert1-rc1, certified/21.4-cert1 + 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 + Last Version: Only use when you KNOW that the automated - process won't get it right.' + process won't get it right. required: false type: string push_live: - description: 'Push live?' + description: | + Push live to GitHub and downloads server? required: true type: boolean default: false send_email: - description: 'Send announcement emails?' + description: | + Send announcement emails? required: true type: boolean default: false