Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 624 Bytes

RELEASING.md

File metadata and controls

14 lines (10 loc) · 624 Bytes

Releasing workflow

Production Releases

Workflow is now vended exclusively via Swift Package Manager.

Create the release on GitHub:

  1. Go to the Releases and Draft a new release.
  2. Choose a tag and create a tag for the new version. ex: v1.0.0.
  3. Generate release notes.
  4. Ensure the Title corresponds to the version we're publishing and the generated Release Notes are accurate.
  5. Hit Publish release.

[Square specific] To make the new version available internally, bump the version through SPM.