From acdcb14367c81c3e2a319cf9d6328baacdaaf803 Mon Sep 17 00:00:00 2001 From: Zixuan Chen Date: Tue, 5 Dec 2023 13:59:16 +0800 Subject: [PATCH] docs: update release steps --- .changeset/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changeset/README.md b/.changeset/README.md index 59394e2d..01db11a9 100644 --- a/.changeset/README.md +++ b/.changeset/README.md @@ -5,4 +5,4 @@ - Run `pnpm changeset version`. This will bump the versions of the packages previously specified with pnpm changeset (and any dependents of those) and update the changelog files. - Run `pnpm install`. This will update the lockfile and rebuild packages. - Commit the changes. -- Run `pnpm publish -r`. This command will publish all packages that have bumped versions not yet present in the registry. +- Run `pnpm changeset publish`. This command will publish all packages that have bumped versions not yet present in the registry.