vercel.completeRollingRelease promotes the canary to serve all production traffic.
automations/complete-rolling-release.automation.ts
Input
canaryDeploymentId: the deployment to promote to all production traffic.idOrName: the Vercel project ID or name.teamId: the owning team ID when the project belongs to a team.
Output
Returns{ rollingRelease }. Read result.rollingRelease for Vercel’s completed rolling-release document; it is null when no rolling release exists.