chore: prepare v0.14.0-beta.1 npm release - #19
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 51a1dbacea
ℹ️ 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".
| "publishConfig": { | ||
| "access": "public" | ||
| }, |
There was a problem hiding this comment.
Pin prerelease publication to the beta dist-tag
When a maintainer publishes this prepared prerelease without repeating --tag beta, this metadata supplies only the access setting. The npm publish documentation specifies tag with “Default: latest” and says that it is the tag added by npm publish; npm 11.4.2 additionally rejects a prerelease when no non-default tag is configured. Depending on the npm version, a plain publish can therefore fail or move latest, while every new installation example requires @beta. Add "tag": "beta" to publishConfig so the package itself enforces the intended release channel.
Useful? React with 👍 / 👎.
Summary
Validation