- Ensure
version
inSwiftPhoenixClient.podsec
is set to the version you want to release. - Run a trial pod release
pod lib lint
- Update
CHANGELOG.md
with 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).