Skip to content

Commit

Permalink
chore: switch prerelease channel to next
Browse files Browse the repository at this point in the history
  • Loading branch information
Silthus committed Feb 20, 2022
1 parent 976ab1e commit 6546213
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions release.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 6546213

Please sign in to comment.