Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix(version): Clarify --include-merged-tags description
  • Loading branch information
evocateur committed Nov 8, 2019
1 parent 003ea8b commit b0bbfcf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion commands/version/README.md
Expand Up @@ -245,7 +245,7 @@ Pass `--no-ignore-changes` to disable any existing durable configuration.
lerna version --include-merged-tags
```

When run with this flag, `lerna version` will also consider tags of merged branches during package change detection.
Include tags from merged branches when detecting changed packages.

### `--message <msg>`

Expand Down
2 changes: 1 addition & 1 deletion commands/version/command.js
Expand Up @@ -69,7 +69,7 @@ exports.builder = (yargs, composed) => {
type: "boolean",
},
"include-merged-tags": {
describe: "Also include tags from merged branches",
describe: "Include tags from merged branches when detecting changed packages.",
type: "boolean",
},
m: {
Expand Down

0 comments on commit b0bbfcf

Please sign in to comment.