From ab6b70ee5ad85f491a63f166d0ab62e04a29b5ba Mon Sep 17 00:00:00 2001 From: Jeffrey Guenther Date: Fri, 15 Mar 2024 15:17:50 -0700 Subject: [PATCH] chore: update release docs --- docs/release.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/release.md b/docs/release.md index 5c6f74d..c88fc8c 100644 --- a/docs/release.md +++ b/docs/release.md @@ -9,7 +9,7 @@ Ensure `GITHUB_TOKEN` is set on the environment. Update version number in `package.json` and run: ```console -yarn prepack +pnpm prepack ``` This will update `oclif.manifest.json` which holds the version number used displayed when `--version` is run. @@ -17,7 +17,7 @@ displayed when `--version` is run. Open a PR and commit these changes. Merge the PR. ```console -yarn publish +pnpm publish ``` When prompted provide the same version number as above.