diff --git a/README.md b/README.md index 43daa981dc..6e11cdfeee 100644 --- a/README.md +++ b/README.md @@ -266,7 +266,7 @@ yarn run publish --otp 1. Create release for the new tag: https://github.com/conventional-changelog/commitlint/releases 1. Post in the [commitlint Slack-channel][12] -#### Publish a `next` release +#### Publish a `next` release (or i.e. patch release) ```sh npm login @@ -278,13 +278,13 @@ yarn clean yarn install yarn build yarn test -npx lerna publish --conventional-commits --dist-tag next --otp +npx lerna publish --conventional-commits --dist-tag [`next` | `[PATCH_RELEASE_VERSION]`] --otp ``` If for some reason this stops in between, you can manually publish missing packages like this: ```sh -npm publish --tag next --otp +npm publish --tag [`next` | `[PATCH_RELEASE_VERSION]`] --otp ``` ##### Move `next` to `latest`