Skip to content

Commit 64af5e8

Browse files
author
Charlike Mike Reagent
committed
fix: document the --dry cli flag
Signed-off-by: Charlike Mike Reagent <mameto2011@gmail.com>
1 parent bffb6ab commit 64af5e8

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

.verb.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,9 @@ Usage:
6666
release [flags]
6767
6868
Flags:
69-
--ci to be called on CI or locally, default: true
70-
--cwd a directory where the package.json is, default: process.cwd()
69+
--ci to be called on CI or locally; default: true
70+
--dry dry run, won't publish; it will output metadata
71+
--cwd a directory where the package.json is; default: process.cwd()
7172
--token a npm token to be used, or pass NPM_TOKEN env
7273
--registry a npm registry to be published to, or pass NPM_REGISTRY env
7374

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,9 @@ Usage:
7777
release [flags]
7878
7979
Flags:
80-
--ci to be called on CI or locally, default: true
81-
--cwd a directory where the package.json is, default: process.cwd()
80+
--ci to be called on CI or locally; default: true
81+
--dry dry run, won't publish; it will output metadata
82+
--cwd a directory where the package.json is; default: process.cwd()
8283
--token a npm token to be used, or pass NPM_TOKEN env
8384
--registry a npm registry to be published to, or pass NPM_REGISTRY env
8485

0 commit comments

Comments
 (0)