We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e36fca commit 9fe782dCopy full SHA for 9fe782d
RELEASE.md
@@ -0,0 +1,16 @@
1
+## react-native-version-check Release documentation
2
+
3
+1. Check if CI test succeeded.
4
5
+ - [CircleCI](https://circleci.com/gh/kimxogus/react-native-version-check/tree/master)
6
7
+2. Make sure `react-native-version-check-expo` depends on latest `react-native-version-check`
8
9
+ - ex) When releasing `1.0.0`, `[email protected]` should depend on `rnvc@^1.0.0`
10
+ - https://github.com/kimxogus/react-native-version-check/blob/master/packages/react-native-version-check-expo/package.json#L29
11
12
+3. Run `lerna version VERSION`
13
14
+ - Release commit and tag will be automatically pushed to remote
15
16
+4. Run `lerna publish from-git` to release to npm
0 commit comments