@figuredev/release-it-react-native
v1.0.0
Published
Release configuration for our React Native applications.
Downloads
108
Keywords
Readme
Release configuration (React Native)
Release configuration for our React Native applications.
Usage
First install the package and its peer dependencies
yarn add -D @figuredev/release-it-react-native
Next use the config in the release commands.
// package.json
{
// ...
"scripts": {
"release": "yarn release-it --config ./node_modules/@figuredev/release-it-react-native/config.json"
}
}
Development
To release your changes run:
yarn release