]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
.github: Remove start_version from Releaser
authorGeorge Joseph <gjoseph@sangoma.com>
Tue, 17 Oct 2023 18:39:04 +0000 (12:39 -0600)
committerGeorge Joseph <gjoseph@sangoma.com>
Tue, 17 Oct 2023 18:39:04 +0000 (12:39 -0600)
.github/workflows/Releaser.yml

index 408854e27f37f35406662415f75bcb25750948b9..9ef258ae60fdd51d5b970cff60522bb70721ac14 100644 (file)
@@ -1,4 +1,3 @@
-# yaml-language-server: $schema=https://json.schemastore.org/github-workflow.json
 name: Releaser
 run-name: ${{ github.actor }} is creating ${{vars.PRODUCT_NAME}} release ${{inputs.new_version}}
 on:
@@ -12,13 +11,6 @@ on:
             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?
@@ -77,7 +69,6 @@ jobs:
           advisories: ${{inputs.advisories}}
           is_hotfix: ${{inputs.is_hotfix}}
           new_version: ${{inputs.new_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}}