Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 608 Bytes

ReleaseSteps.md

File metadata and controls

8 lines (7 loc) · 608 Bytes

Steps to release a new version

  1. Use the script Scripts/updateDependencies.sh to update the gems and pods to the latest version.
  2. Apply any code changes (don't forget to update Changelog.md).
  3. Run the Scripts/updateVersion.sh script and pass the new marketing version (e.g. 1.2.3) as argument to prepare a new release version.
  4. Run the Scripts/generateDocs.sh script to update the documentation.
  5. Merge branch with master and push to origin.
  6. Run the Scripts/releaseVersion.sh script to create and push a new git tag for the lib's new version and to update cocoapods.