diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 580aaf0ac5..be7921be0c 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -144,15 +144,17 @@ yarn clean yarn install yarn build yarn test -npx lerna publish --conventional-commits --dist-tag [`next` | `[release-vXX(BRANCH)]`] --otp +npx lerna publish --conventional-commits --dist-tag [`next` | `next` | `[release-vXX(BRANCH)]`] --otp ``` If for some reason this stops in between, you can manually publish missing packages like this: ```sh -npm publish --tag [`next` | `[release-vXX(BRANCH)]`] --otp +npm publish --tag [`latest` | `next` | `[release-vXX(BRANCH)]`] --otp ``` +Depending on the state of the packages you might need to run `npm pack` in each failed package and then publish it. + #### Publishing (new) packages for the first time ```sh