]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
.github: Minor tweak to Asterisk Releaser 19
authorGeorge Joseph <gjoseph@sangoma.com>
Wed, 12 Jul 2023 12:34:57 +0000 (06:34 -0600)
committerGeorge Joseph <gjoseph@sangoma.com>
Mon, 9 Oct 2023 14:55:18 +0000 (08:55 -0600)
.github/workflows/Releaser.yml

index e37d13a1b3455094de672763d30aaac6ffb6a202..408854e27f37f35406662415f75bcb25750948b9 100644 (file)
@@ -4,6 +4,21 @@ run-name: ${{ github.actor }} is creating ${{vars.PRODUCT_NAME}} release ${{inpu
 on:
   workflow_dispatch:
     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:
         description: |
           Security?
@@ -25,27 +40,6 @@ on:
         required: true
         type: boolean
         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:
         description: |
           Push release branches live?