Skip to content

Commit b8edaf5

Browse files
committed
chore: mark next branch as prerelease
1 parent 3e72fd4 commit b8edaf5

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.releaserc.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
{
2-
"branches": ["+([0-9])?(.{+([0-9]),x}).x", "main", "next"]
2+
"branches": [
3+
{ "name": "main", "channel": "latest" },
4+
{ "name": "next", "channel": "next", "prerelease": true }
5+
]
36
}

0 commit comments

Comments
 (0)