diff --git a/README.md b/README.md index a73a7a5d9..01b46fa97 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