- Ensure
versioninSwiftPhoenixClient.podsecis set to the version you want to release. - Run a trial pod release
pod lib lint - Update
CHANGELOG.mdwith the version about to be released along with notes. - Commit:
git commit -am "Prepare version X.Y.X" - Tag:
git tag -a X.Y.Z -m "Version X.Y.Z" - Push:
git push && git push --tags - Release to Cocoapods
pod trunk push SwiftPhoenixClient.podspec - Add the new release with notes (https://github.com/davidstump/SwiftPhoenixClient/releases).