From 65462137c28b7e36242f5d75b284656a946f1439 Mon Sep 17 00:00:00 2001 From: Silthus Date: Sun, 20 Feb 2022 07:50:29 +0100 Subject: [PATCH] chore: switch prerelease channel to next --- release.config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/release.config.js b/release.config.js index 7b15af26b..5e339ab34 100644 --- a/release.config.js +++ b/release.config.js @@ -4,8 +4,8 @@ const branch = ref.split('/').pop(); const config = { branches: [ 'main', - { name: "release", prerelease: "rc", channel: "rc" }, - { name: "next", prerelease: "SNAPSHOT", channel: "dev" } + { name: "release", prerelease: "rc", channel: "next" }, + { name: "next", prerelease: "SNAPSHOT", channel: "next" } ], plugins: [ '@semantic-release/commit-analyzer',