Skip to content
This repository was archived by the owner on Aug 22, 2018. It is now read-only.

Versioning

Eloy Durán edited this page Mar 29, 2016 · 1 revision

As described in Semantic Versioning, a version consists of a MAJOR, a MINOR, and a PATCH component.

  • A big change to the app, e.g. it pivoting to focus on collectors, requires a MAJOR version bump.

    • Requires new App Store copy from Jesse.
    • Requires new App Store release notes from Jesse.
    • Requires contact with Apple liaisons for App Store features etc.
  • A new feature added requires a MINOR version bump.

    • Requires new App Store release notes from Jesse.
  • Only fixes/enhancements to existing features requires a PATCH version bump.

    • Re-use App Store release notes of last MINOR version.
    • Add a short summary of the changes ourselves (team).

Clone this wiki locally