Open
Conversation
v0.3.33 release
v0.3.34 release
v0.3.35 release
v0.3.36 release
v0.3.37 release
v0.3.38 release
Bump version to v0.3.38
v0.3.39 release
v0.3.39 re-release
v0.3.39 re-re-release
v0.3.40 release
v0.3.41 release
v0.3.42 release
v0.3.43 release
v0.3.44 release
v0.3.45 release
v0.3.46 release
Release v0.3.47
Release v0.3.48
Release v0.3.49
Actual release v0.3.49
Release v0.3.50
Release v0.3.51
v0.3.52 release
v0.3.53 release
Release v0.3.54
Release v0.3.55
v0.3.56 release
Production deployment
Version bump to 0.3.57
Release v0.3.58
Release v0.3.59
v0.3.59 release (redux)
v0.3.59 release (redux redux)
v0.3.59 release (redux redux redux)
dist's generated release.yml grants publish jobs only `id-token: write` and `packages: write`, so publish-npm.yml and publish-docker.yml were rejected at workflow-validation time for requesting `contents: read`. Move the checkout-dependent work into new local-artifacts-jobs (build-wasm, build-docker) that upload the npm package and Dockerfile as artifacts. The publish jobs now download those artifacts and need no `contents` scope. Also swap the in-place `npm install -g npm@latest` for `npx -y npm@latest publish`, avoiding the Node 22.22.x bundled-npm self-upgrade bug (npm/cli#7657).
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Swap the in-place
npm install -g npm@latestfornpx -y npm@latest publish, avoiding the Node 22.22.x bundled-npm self-upgrade bug (npm/cli#7657).