]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
.github: Minor tweak to Asterisk Releaser
authorGeorge Joseph <gjoseph@sangoma.com>
Wed, 12 Jul 2023 12:34:57 +0000 (06:34 -0600)
committerGeorge Joseph <gjoseph@sangoma.com>
Wed, 12 Jul 2023 12:39:58 +0000 (06:39 -0600)
.github/workflows/AsteriskReleaser.yml

index 7108c3d1de0d6d718ceb4f0ae9728eadc572e339..6740a43e87cbd085a508991949e59250dbeaf326 100644 (file)
@@ -4,6 +4,21 @@ run-name: ${{ github.actor }} is creating Asterisk release ${{inputs.new_version
 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,21 +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
       push_release_branches:
         description: |
           Push release branches live?
@@ -76,7 +76,7 @@ jobs:
           advisories: ${{inputs.advisories}}
           is_hotfix: ${{inputs.is_hotfix}}
           new_version: ${{inputs.new_version}}
-          start_version: ${{inputs.start_version}}
+#          start_version: ${{inputs.start_version}}
           push_release_branches: ${{inputs.push_release_branches}}
           create_github_release: ${{inputs.create_github_release}}
           push_tarballs: ${{inputs.push_tarballs}}