Skip to content

Commit 2513e32

Browse files
committed
chore: stop updating version in package.json
Updating the version requires the Podfile.lock to update after each release.
1 parent ea6c047 commit 2513e32

File tree

3 files changed

+13
-7
lines changed

3 files changed

+13
-7
lines changed

.releaserc.json

+7-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,13 @@
99
}
1010
],
1111
"@semantic-release/npm",
12-
"@semantic-release/git",
12+
[
13+
"@semantic-release/git",
14+
{
15+
"assets": ["CHANGELOG.md"],
16+
"message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
17+
}
18+
],
1319
"@semantic-release/github"
1420
]
1521
}

example/ios/Podfile.lock

+5-5
Original file line numberDiff line numberDiff line change
@@ -263,11 +263,11 @@ PODS:
263263
- React-jsinspector (0.70.8)
264264
- React-logger (0.70.8):
265265
- glog
266-
- react-native-google-maps (1.5.0):
266+
- react-native-google-maps (0.0.0):
267267
- Google-Maps-iOS-Utils (= 4.1.0)
268268
- GoogleMaps (= 7.3.0)
269269
- React-Core
270-
- react-native-maps (1.5.0):
270+
- react-native-maps (0.0.0):
271271
- React-Core
272272
- React-perflogger (0.70.8)
273273
- React-RCTActionSheet (0.70.8):
@@ -484,8 +484,8 @@ SPEC CHECKSUMS:
484484
React-jsiexecutor: bc8556d76f83a1a9075cdee207aad7c0b7b30a33
485485
React-jsinspector: 5e5497c844f2381e8648ec3a7d0ad25b3f27f23e
486486
React-logger: b277ad8f4473f2506fb30b762b6348534a3de10e
487-
react-native-google-maps: 7bfa351d1a21d39478cca9fa5641472c8801dd72
488-
react-native-maps: d9a11cd3ed520155029c37516b68e5acc696d407
487+
react-native-google-maps: d6b4795e0cea1fd5ee68f5f5f90e2c5cf32f90f2
488+
react-native-maps: 30d24060fb0abe9998d31a4cf37421ff14c59e25
489489
React-perflogger: e9249a18e055cae96fdf685bf6145cbea62506c8
490490
React-RCTActionSheet: a6d2a544a4605a111ce80fa9319cc870ca3ea778
491491
React-RCTAnimation: 21b776b15aa5451a0b5bcb342fd2f346817c1101
@@ -502,4 +502,4 @@ SPEC CHECKSUMS:
502502

503503
PODFILE CHECKSUM: 70008534637dd0a8c0dd64c4834759cf14d044bc
504504

505-
COCOAPODS: 1.11.3
505+
COCOAPODS: 1.12.0

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"main": "lib/index.js",
66
"author": "Leland Richardson <leland.m.richardson@gmail.com>",
77
"homepage": "https://github.com/react-native-maps/react-native-maps#readme",
8-
"version": "1.5.1-beta.2",
8+
"version": "0.0.0",
99
"license": "MIT",
1010
"scripts": {
1111
"lint": "eslint . --max-warnings 0",

0 commit comments

Comments
 (0)