fix(release): keep draft planning tokenless - #35
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 16bd7384a8
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: bf4f9f8531
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
Summary
npm stage publishenforce version collisions at the staging boundaryWhy
Draft run 29919985411 failed during planning because
release:plancalled authenticatednpm stage listwith an emptyNPM_READ_TOKEN. The nuqs reference flow does not query npm while planning. It computes the version from Git and lets npm reject collisions during staging.This restores that boundary. Draft stays automatic and tokenless while planning. OIDC remains scoped only to private staging.
Partial-public three-package recovery remains explicit fix-forward work. Draft does not silently skip to another version.
Verification
pnpm release:check- passed locally, with the expected Docker-only reproduction skippnpm -F @tenkit/release-tools test- 79 passed, 1 Docker-only skippnpm -F @tenkit/release-tools typecheck- passedpnpm lint- passedrelease:plannever invokesnpmFailed run
https://github.com/brilliantinsane/tenkit/actions/runs/29919985411