Skip to content

Commit 895b3e3

Browse files
authored
ci: configure next branch releases (#2388)
1 parent 30c63d7 commit 895b3e3

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

.releaserc

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
"prerelease": true
88
},
99
{
10-
"name": "nakamoto",
11-
"channel": "nakamoto",
10+
"name": "next",
11+
"channel": "next",
1212
"prerelease": true
1313
}
1414
],
@@ -44,7 +44,13 @@
4444
"pkgRoot": "./client"
4545
}
4646
],
47-
"@semantic-release/github",
47+
[
48+
"@semantic-release/github",
49+
{
50+
"successComment": false,
51+
"draftRelease": true
52+
}
53+
],
4854
"@semantic-release/changelog",
4955
"@semantic-release/git"
5056
]

0 commit comments

Comments
 (0)