Skip to content

Commit

Permalink
Update docs/npm-lerna.md
Browse files Browse the repository at this point in the history
Co-authored-by: Ates Goral <ates.goral@shopify.com>
  • Loading branch information
dahukish and atesgoral committed May 18, 2021
1 parent 3739487 commit e4ef7b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/npm-lerna.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Shipit understands `lerna.json` files (up to version `3.22.x`), and will publish

In addition to the semver keywords supported by [lerna version](https://github.com/lerna/lerna/tree/main/commands/version#positionals), [lerna publish](https://github.com/lerna/lerna/tree/main/commands/publish) also supports the from-git keyword. This will identify packages tagged by lerna version and publish them to npm. This is useful in CI scenarios where you wish to manually increment versions, but have the package contents themselves consistently published by an automated process.

In order to using this feature with `shipit-engine` you will need to add the following to your `shipit.yml`
In order to use this feature with `shipit-engine`, you will need to add the following to your `shipit.yml`:

#### Usage
```
Expand Down

0 comments on commit e4ef7b6

Please sign in to comment.