Skip to content

Commit

Permalink
chore: apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesHenry committed Dec 23, 2022
1 parent c93ea5d commit ab05b36
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
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ When run with this flag, `lerna version` will force publish the specified packag
### `--git-tag-command <cmd>`

Allows users to specify a wrapper command in CD/CI pipelines that have no direct write access.
Allows users to specify a custom command to be used when applying git tags. For example, this may be useful for providing a wrapper command in CI/CD pipelines that have no direct write access.

```sh
lerna version --git-tag-command "git gh-tag %s -m %s"
Expand Down
2 changes: 1 addition & 1 deletion commands/version/command.js
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ exports.builder = (yargs, composed) => {
},
"git-tag-command": {
describe:
"Allows users to specify a wrapper command in CD/CI pipelines that have no direct write access.",
"Allows users to specify a custom command to be used when applying git tags. For example, this may be useful for providing a wrapper command in CI/CD pipelines that have no direct write access.",
type: "string",
},
y: {
Expand Down

0 comments on commit ab05b36

Please sign in to comment.