Skip to content

Commit a2b8b22

Browse files
committed
fix: update release config
1 parent 3ecbe09 commit a2b8b22

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.releaserc.json

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
{
2-
"branch": [{
3-
"name": "master",
4-
"prerelease": true
5-
}],
2+
"branch": ["master"],
63
"tagFormat": "v${version}",
74
"dryRun": false,
85
"debug": true,

0 commit comments

Comments
 (0)