Skip to content

Commit 35bcd56

Browse files
committed
chore: fix deployment using master channel
1 parent 70a54ca commit 35bcd56

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.releaserc.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,7 @@ const preset = 'conventionalcommits'
1010
module.exports = {
1111
branches: [
1212
{
13-
name: 'master',
14-
prerelease: false,
15-
channel: 'stable'
13+
name: 'master'
1614
},
1715
{
1816
name: 'next',

0 commit comments

Comments
 (0)