File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ Just ask for help:
3636npx react-native bump-version --help
3737
3838Options:
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
Original file line number Diff line number Diff 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]' ,
You can’t perform that action at this time.
0 commit comments