Skip to content

Commit

Permalink
docs(version): update config namespace in examples (#1885)
Browse files Browse the repository at this point in the history
  • Loading branch information
jenniesyip authored and evocateur committed Jan 29, 2019
1 parent b16451a commit c78a86c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions commands/version/README.md
Expand Up @@ -63,7 +63,7 @@ It is easiest (and recommended) to configure in `lerna.json`, but it is possible
```json
{
"command": {
"publish": {
"version": {
"allowBranch": "master"
}
}
Expand All @@ -76,7 +76,7 @@ It is considered a best-practice to limit `lerna version` to the primary branch
```json
{
"command": {
"publish": {
"version": {
"allowBranch": ["master", "feature/*"]
}
}
Expand Down Expand Up @@ -222,7 +222,7 @@ This can be configured in lerna.json, as well:
```json
{
"command": {
"publish": {
"version": {
"message": "chore(release): publish %s"
}
}
Expand Down

0 comments on commit c78a86c

Please sign in to comment.