File tree 4 files changed +5
-6
lines changed
react-native-version-check
react-native-version-check-expo 4 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 9
9
- ex) When releasing ` 1.0.0 ` , ` rnvc-expo@1.0.0 ` should depend on ` rnvc@^1.0.0 `
10
10
- https://github.com/kimxogus/react-native-version-check/blob/master/packages/react-native-version-check-expo/package.json#L29
11
11
12
- 3 . Run ` lerna version VERSION`
12
+ 3 . Run ` git commit VERSION`
13
13
14
14
- Release commit and tag will be automatically pushed to remote
15
15
16
- 4 . Run ` lerna publish from-git ` to release to npm
16
+ 4 . Run ` npm exec lerna publish from-git` to release to npm
Original file line number Diff line number Diff line change 11
11
"test:ios" : " cross-env RNVC_DEVICE=ios babel-node scripts/test" ,
12
12
"test:watch" : " babel-node scripts/test --watch" ,
13
13
"prepublishOnly" : " npm run test" ,
14
- "lerna-bootstrap" : " lerna bootstrap --hoist" ,
15
- "lerna-publish" : " lerna publish --conventional-commits"
14
+ "lerna-bootstrap" : " lerna bootstrap --hoist"
16
15
},
17
16
"husky" : {
18
17
"hooks" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-native-version-check-expo" ,
3
- "version" : " 3.5.0-rc.1 " ,
3
+ "version" : " 3.5.0" ,
4
4
"description" : " A version checker for react-native expo applications" ,
5
5
"main" : " index.js" ,
6
6
"keywords" : [
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-native-version-check" ,
3
- "version" : " 3.5.0-rc.1 " ,
3
+ "version" : " 3.5.0" ,
4
4
"description" : " A version checker for react-native applications" ,
5
5
"main" : " index.js" ,
6
6
"keywords" : [
You can’t perform that action at this time.
0 commit comments