Skip to content

Commit 3f0f596

Browse files
authored
feat(ci): Update patch-release to add choices
1 parent 6f729a6 commit 3f0f596

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/patch-release.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,12 @@ on:
66
mode:
77
description: "Auto-release mode"
88
required: false
9-
type: string
9+
type: choice
1010
default: "patch"
11+
options:
12+
- patch
13+
- minor
14+
- major
1115

1216
jobs:
1317
patch-release:

0 commit comments

Comments
 (0)