Skip to content

Commit

Permalink
ci: Updated prepare release to provide a drop down for release type (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
bizob2828 committed Apr 9, 2024
1 parent 007ddb4 commit 846269b
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/prepare-release.yml
Expand Up @@ -5,9 +5,15 @@ on:
workflow_dispatch:
inputs:
release_type:
description: 'Type of release. patch or minor (major if breaking)'
description: Type of release. patch or minor (major if breaking)
required: true
default: 'patch'
type: choice
default: patch
options:
- patch
- minor
- major


jobs:
agent-release-notes:
Expand Down

0 comments on commit 846269b

Please sign in to comment.