From c09c292f8a31690b8e77e640ae01199a82f9220c Mon Sep 17 00:00:00 2001 From: Vicente Reyes Date: Thu, 5 Oct 2023 14:28:49 +0200 Subject: [PATCH] docs: add value to option --publish-branch --- docs/cli/publish.md | 2 +- static/pnpm.js | 2 +- versioned_docs/version-7.x/cli/publish.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/cli/publish.md b/docs/cli/publish.md index 10255b08c507..7a8891c2c19e 100644 --- a/docs/cli/publish.md +++ b/docs/cli/publish.md @@ -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 <branch\> * Default: **master** and **main** * Types: **String** diff --git a/static/pnpm.js b/static/pnpm.js index fc80741180c2..2a3a349684e7 100644 --- a/static/pnpm.js +++ b/static/pnpm.js @@ -118369,7 +118369,7 @@ var require_publish2 = __commonJS((exports2) => { }, { description: "Sets branch name to publish. Default is master", - name: "--publish-branch" + name: "--publish-branch " }, { description: "Does everything a publish would do except actually publishing to the registry", diff --git a/versioned_docs/version-7.x/cli/publish.md b/versioned_docs/version-7.x/cli/publish.md index 10255b08c507..7a8891c2c19e 100644 --- a/versioned_docs/version-7.x/cli/publish.md +++ b/versioned_docs/version-7.x/cli/publish.md @@ -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 <branch\> * Default: **master** and **main** * Types: **String**