8000 chore: update workflow for launch release · wppconnect-team/wppconnect@7dd3739 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Commit 7dd3739

Browse files
committed
chore: update workflow for launch release
1 parent d857c7f commit 7dd3739
8000

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/release.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,14 @@ on:
44
workflow_dispatch:
55
inputs:
66
increment:
7+
type: choice
78
description: 'Tipo de incremento: patch, minor, major ou pre*'
89
required: true
10+
options:
11+
- patch
12+
- minor
13+
- major
14+
- pre*
915
default: 'patch'
1016

1117
jobs:

0 commit comments

Comments
 (0)
0