{ "branches": [ { "name": "main" }, { "name": "next" }, { "name": "pre/rc", "channel": "pre/rc", "prerelease": "rc" }, { "name": "beta", "channel": "beta", "prerelease": "beta" } ], "plugins": [ "@semantic-release/commit-analyzer", "@semantic-release/release-notes-generator", "@semantic-release/changelog", "@semantic-release/npm", [ "@semantic-release/github", { "assets": [ "package.json", "yarn.lock", { "path": "dist/switchboard-linux", "label": "Linux distribution x64" }, { "path": "dist/switchboard-macos", "label": "Mac OS distribution x64" }, { "path": "dist/switchboard-win.exe", "label": "Windows distribution x64" } ], "message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}" } ] ] }