From adb07e1dbaa187755c6508e4bce6a0f11746eb1b Mon Sep 17 00:00:00 2001 From: Will Schurman Date: Mon, 13 Jul 2026 13:16:29 -0400 Subject: [PATCH] chore: update command for release process --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a73a7a5d97..01b46fa973 100644 --- a/README.md +++ b/README.md @@ -91,7 +91,7 @@ To release a new version: 1. `git checkout main` 1. `npm login` (to refresh token) -1. `yarn lerna publish [patch|minor|major] -- --conventional-commits --force-publish` +1. `yarn lerna publish [patch|minor|major] --conventional-commits --force-publish` 1. In GitHub release interface, create a new release from the tag, copy changelog changes to release description. ## License