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>
266
266
1 . Create release for the new tag: https://github.com/conventional-changelog/commitlint/releases
267
267
1 . Post in the [ commitlint Slack-channel] [ 12 ]
268
268
269
- #### Publish a ` next ` release
269
+ #### Publish a ` next ` release (or i.e. patch release)
270
270
271
271
``` sh
272
272
npm login
@@ -278,13 +278,13 @@ yarn clean
278
278
yarn install
279
279
yarn build
280
280
yarn 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>
282
282
```
283
283
284
284
If for some reason this stops in between, you can manually publish missing packages like this:
285
285
286
286
``` 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>
288
288
```
289
289
290
290
##### Move ` next ` to ` latest `
You can’t perform that action at this time.
0 commit comments