Skip to content

Commit 50e672d

Browse files
committedAug 1, 2020
docs: update for new skip version scripts arg
1 parent cfe1805 commit 50e672d

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed
 

‎README.md

+3
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,9 @@ options:
9191
9292
-h, --help Show usage information
9393
94+
--skip-version-scripts skip specified version scripts
95+
Values can be preversion version postversion
96+
9497
files...
9598
One or more files and/or globs to bump (ex: README.md *.txt docs/**/*).
9699
Defaults to package.json and package-lock.json.

‎src/cli/help.ts

+3
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,9 @@ options:
4343
4444
-h, --help Show usage information
4545
46+
--skip-version-scripts skip specified version scripts
47+
Values can be preversion version postversion
48+
4649
files...
4750
One or more files and/or globs to bump (ex: README.md *.txt docs/**/*).
4851
Defaults to package.json and package-lock.json.

0 commit comments

Comments
 (0)
Failed to load comments.