Note: This may vary based on your distribution mechanism. Assuming CocoaPods:
- Bump the version to reflect a new version.
- Change the version in
RxState.podspec
to reflect a new version. - Update the
CHANGELOG.md
for the impending release. - Update the
README.md
with the new version. git commit -am "Release X.Y.Z."
(where X.Y.Z is the new version)git tag "X.Y.Z"
(where X.Y.Z is the new version)git push --tags
pod trunk push RxState.podspec