- Run
./Scripts/updateDependencies.shfrom the project's folder to update the gems and pods to the latest version. - Apply any code changes.
- Verify that all changes have been logged to Changelog.md.
- Verify that all tests passes.
- Run
./Scripts/generateDocs.shfrom the project's folder to update the documentation. - Merge branch with master and push to origin.
- Run
./Scripts/releaseVersion.sh 1.2.3from the project's folder with1.2.3replaced by the real new marketing version (has to match the marketing version set in step 3) to release the new lib's version.