File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -266,7 +266,7 @@ yarn run publish --otp <one-time password>
2662661 . Create release for the new tag: https://github.com/conventional-changelog/commitlint/releases
2672671 . Post in the [ commitlint Slack-channel] [ 12 ]
268268
269- #### Publish a ` next ` release
269+ #### Publish a ` next ` release (or i.e. patch release)
270270
271271``` sh
272272npm login
@@ -278,13 +278,13 @@ yarn clean
278278yarn install
279279yarn build
280280yarn test
281- npx lerna publish --conventional-commits --dist-tag next --otp < one-time password>
281+ npx lerna publish --conventional-commits --dist-tag [ ` next` | ` [PATCH_RELEASE_VERSION] ` ] --otp < one-time password>
282282```
283283
284284If for some reason this stops in between, you can manually publish missing packages like this:
285285
286286``` sh
287- npm publish < package-name> --tag next --otp < one-time password>
287+ npm publish < package-name> --tag [ ` next` | ` [PATCH_RELEASE_VERSION] ` ] --otp < one-time password>
288288```
289289
290290##### Move ` next ` to ` latest `
You can’t perform that action at this time.
0 commit comments