Skip to content

Releasing New Versions

Stephen Potter edited this page Oct 4, 2017 · 1 revision

Make sure you test using the example app:

  1. iOS and Android devices and simulators
  2. Both raw and multipart uploads

Once everything is good, you can publish. To publish:

  1. Ensure all your updates are committed and in master.
  2. Bump the version in package.json.
  3. Add a tag. Example (just replace 4.1.0 with the actual version): git tag -a v4.1.0 -m "v4.1.0" && git push origin v4.1.0
  4. Add a release in github
  5. npm publish
Clone this wiki locally