diff --git a/.releaserc.json b/.releaserc.json index 722491e0..986af243 100644 --- a/.releaserc.json +++ b/.releaserc.json @@ -1,5 +1,5 @@ { - "branches": ["master", { "name": "next", "channel": "next", "prerelease": true }], + "branches": ["main", { "name": "next", "channel": "next", "prerelease": true }], "plugins": [ [ "@semantic-release/commit-analyzer",