Script for incrementing react native project version
npm install cigamcigam --increment-build` Increase build number.
`cigam --increment-version` Increase build number and patch.
`cigam --increment-version 1.0.554` Set specified version of project. This also increase build number.
`cigam -h` To list all commands.
How to setup
Install cigam using npm `npm i cigam` and link `npm link cigam`
Create version.properties, [you can copy this file] and use it as template. Remember to use fields defined from template, only those are supported.
[you can copy this file]: https://github.com/martin-przystalka/Cigam/blob/master/version.properties
Modify `build.gradle`` file to look like this: