Skip to content

Commit 846269b

Browse files
authoredApr 9, 2024··
ci: Updated prepare release to provide a drop down for release type (#2133)
1 parent 007ddb4 commit 846269b

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed
 

‎.github/workflows/prepare-release.yml

+8-2
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,15 @@ on:
55
workflow_dispatch:
66
inputs:
77
release_type:
8-
description: 'Type of release. patch or minor (major if breaking)'
8+
description: Type of release. patch or minor (major if breaking)
99
required: true
10-
default: 'patch'
10+
type: choice
11+
default: patch
12+
options:
13+
- patch
14+
- minor
15+
- major
16+
1117

1218
jobs:
1319
agent-release-notes:

0 commit comments

Comments
 (0)
Please sign in to comment.