Skip to content

Commit 9fe782d

Browse files
authored
add RELEASE.md (#90)
1 parent 8e36fca commit 9fe782d

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

RELEASE.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)