- Update to the latest SDK versions in package.json and android/build.gradle.
- Update version in package.json.
- Add an entry to CHANGELOG.md
git commit -am "Preparing for version x.y.z"
git tag x.y.z
git push origin master && git push --tags
- Create a new release in github and upload
npm publish