Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 643 Bytes

RELEASE.md

File metadata and controls

15 lines (11 loc) · 643 Bytes

Release process

Cocoapods

  1. Authenticate with cocopoad (the centralized dependency manager): https://guides.cocoapods.org/making/getting-setup-with-trunk.html
  2. If you are not a maintainer ask an existing maintainer to add you: pod trunk add-owner WeLoop [email protected]
  3. In the podspec file, update the s.version. Follow semver, people use it.
  4. Commit your changes.
  5. Tag your commit with the same version number as you just set in the podspec.
  6. Push your changes and your tag to github
  7. Publish your pod to the trunk: pod trunk push WeLoop.podspec --allow-warnings

Carthage

Carthage is not setup yet.