fix: stage npm releases with OIDC - #45
Conversation
🦋 Changeset detectedLatest commit: ca1317c The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
|
Warning Review limit reached
Next review available in: 44 minutes Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Pro Plus Run ID: 📒 Files selected for processing (3)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
commit: |
Summary
Testing
Summary by cubic
Fix npm release staging with OIDC trusted publishing by skipping the unsupported
npm stage listand staging directly withnpm stage publish. This unblocks releases for@mynameistito/codex-usage.npm stage listpreflight (not authorized with OIDC trust tokens).Written for commit ca1317c. Summary will update on new commits.
Note
Fix npm staged releases to skip
npm stage listwhen using OIDC trusted publishingnpm stage list <package> --jsonbefore publishing, since this command is unsupported in trusted publishing (OIDC) environments.runNpmReleasein publish.ts now goes directly from a 404 onnpm viewto executingnpm stage publish ..staged: 'true'; instead it falls through to the publish conflict check and writespublished: 'true'.Macroscope summarized ca1317c.