Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 699 Bytes

RELEASE.md

File metadata and controls

12 lines (9 loc) · 699 Bytes

Release process documentation

The package is published with cocoapods, SPM, and Carthage.

  1. Update the version number in the .podspec file: Semantic Versioning.
  2. Update the Changelog. The format is based on Keep a Changelog
  3. Build the framework with carthage build --no-skip-current and carthage archive PryntTrimmerView
  4. Commit the changes and add a tag with the same version number (this is sufficient for the SPM support)
  5. Push the commit and the tag to github
  6. Publish your pod to the trunk: pod trunk push PryntTrimmerView.podspec --allow-warnings
  7. Link the framework in the github release