Skip to content

Commit df52102

Browse files
committed
docs: update first time publish info
1 parent 618aee5 commit df52102

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -262,6 +262,10 @@ yarn test
262262
yarn run publish --otp <one-time password>
263263
```
264264

265+
If something in between fails (like a new packages was added and needs to be published for the
266+
first time but you forgot) you can use `lerna publish from-package` to publish anythign that
267+
has not been published yet.
268+
265269
#### Create Github release
266270

267271
1. Copy changelog entry for the new version
@@ -295,7 +299,7 @@ npm publish <package-name> --tag [`next` | `[PATCH_RELEASE_VERSION]`] --otp <one
295299
npm publish [PACKAGE_NAME] --access public
296300
```
297301

298-
For alias packages you need to add `@alias/`. Like we already do with `@commitlint/` anyways. This is just a reminder to make sure we do not forget this.
302+
From within the folder first i.e. `cd @commitlint/new-packages`.
299303

300304
##### Move `next` to `latest`
301305

0 commit comments

Comments
 (0)