Skip to content

Commit 3062aef

Browse files
chore: add next release channel
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 01a4860 commit 3062aef

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,5 +1,8 @@
11
{
2-
"branches": ["main"],
2+
"branches": [
3+
"main",
4+
{ "name": "next", "prerelease": "next", "channel": "next" }
5+
],
36
"plugins": [
47
"@semantic-release/commit-analyzer",
58
"@semantic-release/release-notes-generator",

0 commit comments

Comments
 (0)