Skip to content

Commit a91cc53

Browse files
committed
fix: Semantic Release rc config
1 parent b578c32 commit a91cc53

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.releaserc.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,7 @@
33
{
44
"name": "main"
55
},
6-
{
7-
"name": "rc_*",
8-
"channel": "next",
9-
"prerelease": "rc"
10-
}
6+
{ "name": "rc_*", "channel": "next", "type": "prerelease" }
117
],
128
"plugins": [
139
"@semantic-release/commit-analyzer",

0 commit comments

Comments
 (0)