Skip to content

Commit 70b0b19

Browse files
committed
Prepare choice for the release method
1 parent 302ce3c commit 70b0b19

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,12 @@ on:
55
method:
66
description: |
77
Which number to increment in the semantic versioning.
8-
Set 'major', 'minor' or 'patch'.
98
required: true
9+
type: choice
10+
options:
11+
- major
12+
- minor
13+
- patch
1014
jobs:
1115
release:
1216
name: Release

0 commit comments

Comments
 (0)