Skip to content

Commit 88565e0

Browse files
committed
chore(typo): Fix typo in cli doc
1 parent db10d17 commit 88565e0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Just ask for help:
3636
npx react-native bump-version --help
3737

3838
Options:
39-
--type [major|minor|patch] SemVer release type, optional if --skip-semver is true
39+
--type [major|minor|patch] SemVer release type, optional if --skip-semver-for all is passed
4040
--skip-semver-for [android|ios|all] Skips bump SemVer for specified platform
4141
--skip-code-for [android|ios|all] Skips bump version codes for specified platform
4242
-h, --help output usage information

react-native.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ module.exports = {
2727
options: [
2828
{
2929
name: '--type [major|minor|patch]',
30-
description: 'SemVer release type, optional if --skip-semver is true'
30+
description: 'SemVer release type, optional if --skip-semver-for all is passed'
3131
},
3232
{
3333
name: '--skip-semver-for [android|ios|all]',

0 commit comments

Comments
 (0)