react-native-version-increment
v0.0.3
Published
Script to increment version of package.json, IOS and Android
Downloads
16
Readme
react-native-version-increment
Usage
npx react-native-version-increment --bundle=[bundle-name] --patch
Will 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.