From 5fff2715b3dc51c4c5c6da8ddd21c05c08c6598b Mon Sep 17 00:00:00 2001 From: CJ Brewer Date: Sat, 16 Nov 2024 13:28:45 -0700 Subject: [PATCH] docs(ci): update changesets instructions --- README.md | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index b229bb378..c79ee0bb5 100644 --- a/README.md +++ b/README.md @@ -171,14 +171,11 @@ To create a new release, run the following command: bun changeset ``` -This will open a new editor where you can write a changelog entry. -Once you're done, run the following command to create a new release: +Create a pull request and merge it into the `main` branch, which will trigger the release workflow. -```bash -bun changeset:version -``` - -Create a pull request and merge it into the `main` branch, which will trigger the release workflow to publish the new version to npm. +1. Changesets will open a new pull request with the new version. +2. Merge the pull request into the `main` branch. +3. Changesets will automatically publish the new version to npm. ## License