Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 1.34 KB

RELEASE_PROCESS.md

File metadata and controls

24 lines (18 loc) · 1.34 KB

Release Process

Releases are performed via 2 Pull Requests (PR) that implements the release checklist and GitHub Releases. This promotes consistency and visibility in the process.

Version Numbers

Version Numbering follows Semantic Versioning standards. The format is vMAJOR.MINOR.PATCH.. ex v0.1.0

semver-summary

Release Checklist

  1. Create a Release PR
  2. Merge Release PR
  3. Use GitHub Releases to Publish the release
  4. Create a Next Release PR
    • Set UID2Version in UID2SDKProperties.swift to the expected next (likely minor) release version of the SDK.
  5. Merge Next Release PR BEFORE ANY CODE FOR NEXT RELEASE IS MERGED