Skip to content

[16.3.x-beta] Setup release branch#94594

Draft
eps1lon wants to merge 2 commits into
canaryfrom
sebbie/setup-beta-release
Draft

[16.3.x-beta] Setup release branch#94594
eps1lon wants to merge 2 commits into
canaryfrom
sebbie/setup-beta-release

Conversation

@eps1lon

@eps1lon eps1lon commented Jun 9, 2026

Copy link
Copy Markdown
Member

Same as 1c772d7 but for next-16-3-beta

test plan

with auth disabled
diff --git a/lerna.json b/lerna.json
index b35d16256b..07d1edb326 100644
--- a/lerna.json
+++ b/lerna.json
@@ -11,7 +11,7 @@
       "npmClient": "npm",
       "allowBranch": [
         "canary",
-        "next-16-3-preview"
+        "sebbie/setup-beta-release"
       ],
       "registry": "https://registry.npmjs.org/"
     }
diff --git a/scripts/start-release.js b/scripts/start-release.js
index 12f344e097..ba19218eaf 100644
--- a/scripts/start-release.js
+++ b/scripts/start-release.js
@@ -58,12 +58,12 @@ async function main() {
   const config = new ConfigStore('release')
   config.set('token', githubToken)
 
-  await configureGitHubAuth(githubToken)
-  await verifyGitHubApiAccess(
-    githubToken,
-    '/repos/vercel/next.js/releases?per_page=1',
-    'release lookup'
-  )
+  // await configureGitHubAuth(githubToken)
+  // await verifyGitHubApiAccess(
+  //   githubToken,
+  //   '/repos/vercel/next.js/releases?per_page=1',
+  //   'release lookup'
+  // )
 
   console.log(`Running pnpm release-${isCanary ? 'canary' : 'stable'}...`)
$ RELEASE_GITHUB_TOKEN=1 node ./scripts/start-release.js --release-type preview --semver-type patch

commits 16.3.0-preview.0 as the version.

@github-actions

github-actions Bot commented Jun 9, 2026

Copy link
Copy Markdown
Contributor

Stats cancelled

Commit: e30f550
View workflow run

@github-actions

github-actions Bot commented Jun 9, 2026

Copy link
Copy Markdown
Contributor

Tests Passed

Commit: e30f550

@eps1lon eps1lon requested a review from timneutkens June 9, 2026 13:32
@eps1lon eps1lon marked this pull request as ready for review June 9, 2026 13:32
@eps1lon eps1lon enabled auto-merge (squash) June 9, 2026 15:07
@eps1lon eps1lon marked this pull request as draft June 9, 2026 17:11
auto-merge was automatically disabled June 9, 2026 17:11

Pull request was converted to draft

@eps1lon eps1lon changed the base branch from next-16-3-beta to canary June 9, 2026 17:11

@vercel vercel Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Additional Suggestion:

A preview release bumps the version and creates the release commit but skips the actual pnpm release --pre publish step because the final publish guard omits isPreview.

Fix on Vercel

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant