Skip to content

Commit

Permalink
docs: add value <branch> to option --publish-branch
Browse files Browse the repository at this point in the history
  • Loading branch information
vreyespue committed Oct 5, 2023
1 parent 1e6377c commit c09c292
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/cli/publish.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Tells the registry whether the published package should be public or restricted.

Don't check if current branch is your publish branch, clean, and up-to-date with remote.

### --publish-branch
### --publish-branch &lt;branch\>

* Default: **master** and **main**
* Types: **String**
Expand Down
2 changes: 1 addition & 1 deletion static/pnpm.js
Original file line number Diff line number Diff line change
Expand Up @@ -118369,7 +118369,7 @@ var require_publish2 = __commonJS((exports2) => {
},
{
description: "Sets branch name to publish. Default is master",
name: "--publish-branch"
name: "--publish-branch <branch>"
},
{
description: "Does everything a publish would do except actually publishing to the registry",
Expand Down
2 changes: 1 addition & 1 deletion versioned_docs/version-7.x/cli/publish.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Tells the registry whether the published package should be public or restricted.

Don't check if current branch is your publish branch, clean, and up-to-date with remote.

### --publish-branch
### --publish-branch &lt;branch\>

* Default: **master** and **main**
* Types: **String**
Expand Down

0 comments on commit c09c292

Please sign in to comment.