Skip to content

Commit e27b414

Browse files
committed
v3.5.0
1 parent 3f7799e commit e27b414

File tree

4 files changed

+5
-6
lines changed

4 files changed

+5
-6
lines changed

RELEASE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
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

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@
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": {

packages/react-native-version-check-expo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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": [

packages/react-native-version-check/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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": [

0 commit comments

Comments
 (0)