Skip to content

Commit

Permalink
fix: update release config for prerelease
Browse files Browse the repository at this point in the history
  • Loading branch information
6eDesign committed Sep 18, 2021
1 parent 2ebd34e commit 98b7514
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release.config.cjs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module.exports = {
branches: ['master', 'next'],
branches: [{ name: 'master' }, { name: 'next', channel: 'next' }],
verifyConditions: [
'@semantic-release/changelog',
'@semantic-release/npm',
Expand Down

0 comments on commit 98b7514

Please sign in to comment.