1.0.0 • Published 2 years ago

@figuredev/release-it-react-native v1.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

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
1.0.0

2 years ago