If you have never pushed to cocapods before, run the following:
pod trunk register <your-email> 'Your Name'
1. Find someone who is a pod owner by running pod trunk info Segment-Flurry
2. Have one of those people add you as a pod owner by running:
pod trunk add-owner Segment-Flurry <your email>
- Verify changes are working as expected, open PR against master, and merge once approved.
- Update the version in
Segment-Flurry.podspec
to a non-beta version. - Update the
CHANGELOG.md
for the impending release. git commit -am "Prepare for release X.Y.Z."
(where X.Y.Z is the new version)git tag -a X.Y.Z -m "Version X.Y.Z"
(where X.Y.Z is the new version)git push && git push --tags
pod trunk push Segment-Flurry.podspec --use-libraries --allow-warnings