Skip to content

Commit d1db61b

Browse files
committed
docs: add otp tag to release info
1 parent c9f5c5c commit d1db61b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ yarn clean
211211
yarn install
212212
yarn run build
213213
yarn test
214-
yarn run publish
214+
yarn run publish --otp <one-time password>
215215
```
216216

217217
#### Publish a `next` release
@@ -221,7 +221,7 @@ yarn clean
221221
yarn install
222222
yarn run build
223223
yarn test
224-
npx lerna publish --conventional-commits --dist-tag next
224+
npx lerna publish --conventional-commits --dist-tag next --otp <one-time password>
225225
```
226226

227227
##### Move `next` to `latest`

0 commit comments

Comments
 (0)