This repository was archived by the owner on May 20, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -264,7 +264,7 @@ Once your app is configured and distributed to your users, and you have made som
264
264
265
265
* NOTE : Before you can start releasing updates, please log into App Center by running the ` appcenter login` command.*
266
266
267
- In its most basic form, this command only requires one parameter: your owner name + " /" + app name.
267
+ In it ' s the most basic form, this command only requires one parameter: your owner name + "/" + app name.
268
268
269
269
```shell
270
270
appcenter codepush release-react -a <ownerName>/<appName>
@@ -284,7 +284,7 @@ appcenter codepush release-react -a <ownerName>/MyApp-iOS -m --description "Mod
284
284
appcenter codepush release-react -a <ownerName>/MyApp-iOS --entry-file MyApp.js --sourcemap-output ../maps/MyApp.map
285
285
286
286
# Release a dev Android build to just 1/4 of your end users
287
- appcenter codepush release-react -a <ownerName>/MyApp-Android --rollout 25% --development true
287
+ appcenter codepush release-react -a <ownerName>/MyApp-Android --rollout 25 --development true
288
288
289
289
# Release an update that targets users running any 1.1.* binary, as opposed to
290
290
# limiting the update to exact version name in the build.gradle file
You can’t perform that action at this time.
0 commit comments