Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 638 Bytes

File metadata and controls

10 lines (8 loc) · 638 Bytes

Steps to release a new version

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