-
Check if CI test succeeded.
-
Make sure
react-native-version-check-expo
depends on latestreact-native-version-check
- ex) When releasing
1.0.0
,[email protected]
should depend onrnvc@^1.0.0
- https://github.com/kimxogus/react-native-version-check/blob/master/packages/react-native-version-check-expo/package.json#L29
- ex) When releasing
-
Run
lerna version VERSION
- Release commit and tag will be automatically pushed to remote
-
Run
lerna publish from-git
to release to npm