Skip to content

chore: add release-prep script and update README#559

Open
thomasthachil wants to merge 1 commit intomainfrom
chore/add-release-prep-script
Open

chore: add release-prep script and update README#559
thomasthachil wants to merge 1 commit intomainfrom
chore/add-release-prep-script

Conversation

@thomasthachil
Copy link
Copy Markdown
Collaborator

Summary

  • Adds yarn release-prep script that runs changeset + changeset version together for a single-PR release workflow
  • Updates README with new step documenting both one-PR and two-PR release approaches
  • Adds release-prep to the quick reference table

Test plan

  • Verify yarn release-prep runs the interactive changeset CLI followed by version bumping
  • Confirm README renders correctly on GitHub

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.
@thomasthachil thomasthachil requested a review from a team as a code owner March 13, 2026 20:24
@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Mar 13, 2026

🤖 Claude Code Review

Review complete

Summary

This PR adds a release-prep script that combines changeset + changeset version into a single command, enabling a one-PR workflow for version bumps. The README is updated to document this optional workflow.

Review

The changes are clean and straightforward:

  1. package.json: Adds "release-prep": "changeset && changeset version" - a simple shell command chaining two existing scripts.

  2. README.md: Documents the new workflow as optional step 3, renumbering subsequent steps and adding the command to the quick reference table.

No issues found. The script is simple, uses existing tooling, and the documentation is clear.


💡 Want a fresh review? Add a comment containing @request-claude-review to trigger a new review at any time.

Copy link
Copy Markdown
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

📋 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-app graphite-app bot requested a review from a team March 13, 2026 20:32
@graphite-app graphite-app bot requested review from a team and removed request for a team March 13, 2026 20:32
@graphite-app
Copy link
Copy Markdown

graphite-app bot commented Mar 13, 2026

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants