From ee298cc222910dfe890d742c381c1a2b6385fc80 Mon Sep 17 00:00:00 2001 From: Jeff Sagal Date: Tue, 19 Oct 2021 17:39:57 -0700 Subject: [PATCH] chore: update release.config.js (#1524) --- release.config.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/release.config.js b/release.config.js index 352f27f..89ce567 100644 --- a/release.config.js +++ b/release.config.js @@ -1,7 +1,5 @@ module.exports = { - release: { - branch: 'master', - }, + branches: ['master', { name: 'next', prerelease: true }], plugins: [ '@semantic-release/npm', '@semantic-release/commit-analyzer',