-
Notifications
You must be signed in to change notification settings - Fork 341
Releasing New Versions
Stephen Potter edited this page Oct 4, 2017
·
1 revision
Make sure you test using the example app:
- iOS and Android devices and simulators
- Both raw and multipart uploads
Once everything is good, you can publish. To publish:
- Ensure all your updates are committed and in master.
- Bump the version in
package.json
. - 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
- Add a release in github
npm publish