0.0.3 • Published 5 years ago
react-native-version-increment v0.0.3
react-native-version-increment
Usage
npx react-native-version-increment --bundle=[bundle-name] --patchWill result in the increment of the patch number of the version 0.0.1 -> 0.0.2
Arguments
--bundle(flag) - Represent the project name (Required for IOS).--patch(flag) - Increment patch.--minor(flag) - Increment minor and reset patch.--major(flag) - Increment major and reset minor and patch.--version(String) - Specify a version and ignore flags.--help(flag) - Shows the help.