This commit is contained in:
Vincent Fretin
2016-04-17 11:45:29 +02:00
parent 68a66064bf
commit fb9a07aa2a

View File

@@ -324,7 +324,7 @@ Additionally, if you would like to display an update confirmation dialog (an "ac
## Releasing Updates
Once your app has been configured and distributed to your users, and you've made some JS and/or asset changes, it's time to instantly release them! The simplest (and recommended) way to do this is to use the `release-react` comand in the CodePush CLI, which will handle bundling your JavaScript and asset files and releasing the update to the CodePush server.
Once your app has been configured and distributed to your users, and you've made some JS and/or asset changes, it's time to instantly release them! The simplest (and recommended) way to do this is to use the `release-react` command in the CodePush CLI, which will handle bundling your JavaScript and asset files and releasing the update to the CodePush server.
In it's most basic form, this command only requires two parameters: your app name and the platform you are bundling the update for (either `ios` or `android`).