diff --git a/.releaserc.js b/.releaserc.js index be0029b395..e9077d0a9d 100644 --- a/.releaserc.js +++ b/.releaserc.js @@ -2,6 +2,7 @@ module.exports = { branches: [ { name: "next" }, { name: "next-rc", prerelease: "rc" }, + { name: "v2.65.x", range: "2.65.x", channel: "2.65.x" }, ], plugins: [ "@semantic-release/commit-analyzer",