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