File tree Expand file tree Collapse file tree 4 files changed +5
-6
lines changed
react-native-version-check-expo
react-native-version-check Expand file tree Collapse file tree 4 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 99 - ex) When releasing ` 1.0.0 ` , ` rnvc-expo@1.0.0 ` should depend on ` rnvc@^1.0.0 `
1010 - https://github.com/kimxogus/react-native-version-check/blob/master/packages/react-native-version-check-expo/package.json#L29
1111
12- 3 . Run ` lerna version VERSION`
12+ 3 . Run ` git commit VERSION`
1313
1414 - Release commit and tag will be automatically pushed to remote
1515
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 1111 "test:ios" : " cross-env RNVC_DEVICE=ios babel-node scripts/test" ,
1212 "test:watch" : " babel-node scripts/test --watch" ,
1313 "prepublishOnly" : " npm run test" ,
14- "lerna-bootstrap" : " lerna bootstrap --hoist" ,
15- "lerna-publish" : " lerna publish --conventional-commits"
14+ "lerna-bootstrap" : " lerna bootstrap --hoist"
1615 },
1716 "husky" : {
1817 "hooks" : {
Original file line number Diff line number Diff line change 11{
22 "name" : " react-native-version-check-expo" ,
3- "version" : " 3.5.0-rc.1 " ,
3+ "version" : " 3.5.0" ,
44 "description" : " A version checker for react-native expo applications" ,
55 "main" : " index.js" ,
66 "keywords" : [
Original file line number Diff line number Diff line change 11{
22 "name" : " react-native-version-check" ,
3- "version" : " 3.5.0-rc.1 " ,
3+ "version" : " 3.5.0" ,
44 "description" : " A version checker for react-native applications" ,
55 "main" : " index.js" ,
66 "keywords" : [
You can’t perform that action at this time.
0 commit comments