chore: add release-prep script and update README#559
chore: add release-prep script and update README#559thomasthachil wants to merge 1 commit intomainfrom
Conversation
Adds `yarn release-prep` command that combines `changeset` and `changeset version` into one step for the single-PR release workflow. Updates README with documentation for both one-PR and two-PR approaches.
🤖 Claude Code Review
SummaryThis PR adds a ReviewThe changes are clean and straightforward:
No issues found. The script is simple, uses existing tooling, and the documentation is clear. 💡 Want a fresh review? Add a comment containing |
There was a problem hiding this comment.
📋 Review verdict: APPROVE
👆 The main review comment above is the source of truth for this PR review. It is automatically updated on each review cycle, so always refer to it for the most current feedback.
This formal review submission is for the verdict only.
Graphite Automations"Request reviewers once CI passes on sdks monorepo" took an action on this PR • (03/13/26)3 reviewers were added and 1 assignee was added to this PR based on Siyu Jiang (See-You John)'s automation. |
Summary
yarn release-prepscript that runschangeset+changeset versiontogether for a single-PR release workflowrelease-prepto the quick reference tableTest plan
yarn release-prepruns the interactive changeset CLI followed by version bumping