npm code-push 1.10.0-beta
v1.10.0-beta

latest releases: 4.2.2, 4.2.1, 4.2.0...
8 years ago

New Features

  1. You can now release updates to your React Native apps on Windows 10 devices In order to align with the new Windows support for React Native, the release-react command now supports specifying windows as the platform, which will generate the appropriate app update, infer your app's version and release it to CodePush! We look forward to working with the community as the support for Windows continues to evolve. View the CLI docs for more details.

    $ code-push release-react MyApp windows
  2. The release-cordova command now includes an additional flag called --build (or -b), which specifies that you want to run a cordova build instead of simply cordova prepare when generating your app update. This can be helpful if your app relies on before or after Cordova build hooks. View the CLI docs for more details.

    # Release an update to CodePush that will
    # ensure your Cordova build hooks are executed
    $ code-push release-cordova MyApp ios -b

Don't miss a new code-push release

NewReleases is sending notifications on new releases.