Skip to content

Commit cbd0520

Browse files
committed
Fix typos in release-checklist.md
1 parent 746ad43 commit cbd0520

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

release-checklist.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,18 @@
33
## Requirements
44
- Have cocoapods installed
55
- Have ownership privileges to update the cocoapods trunk spec
6-
- Have credentials for Bintray
6+
- Have credentials for Sonatype
77

8-
Steps to release the Tangram ES iOS Framework to Cocoapods and release the Android AAR to JCenter:
8+
Steps to release the Tangram ES iOS Framework to Cocoapods and release the Android AAR to Maven Central:
99

1010
### 1. Prepare release commit
11-
For the Android library, remove `-SNAPSHOT` from the version name in `gradle.properties`.
11+
For the Android library, remove `-SNAPSHOT` from the version name in `platforms/android/tangram/gradle.properties`.
1212
```
1313
GROUP=com.mapzen.tangram
1414
VERSION_NAME=1.0.0
1515
```
1616

17-
For the iOS framework, remove `-dev` from the version name in `iOS.framework.cmake`:
17+
For the iOS framework, remove `-dev` from the version name in `platforms/ios/config.cmake`:
1818
```
1919
set(FRAMEWORK_VERSION "1.0.0")
2020
```
@@ -65,7 +65,7 @@ GROUP=com.mapzen.tangram
6565
VERSION_NAME=1.0.1-SNAPSHOT
6666
```
6767

68-
For the iOS framework, update the version name and restore `-dev` in `iOS.framework.cmake`:
68+
For the iOS framework, update the version name and restore `-dev`:
6969
```
7070
set(FRAMEWORK_VERSION "1.0.1-dev")
7171
```

0 commit comments

Comments
 (0)