Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 511 Bytes

RELEASING.md

File metadata and controls

14 lines (11 loc) · 511 Bytes

Releasing

Note: This may vary based on your distribution mechanism. Assuming CocoaPods:

  1. Bump the version to reflect a new version.
  2. Change the version in RxState.podspec to reflect a new version.
  3. Update the CHANGELOG.md for the impending release.
  4. Update the README.md with the new version.
  5. git commit -am "Release X.Y.Z." (where X.Y.Z is the new version)
  6. git tag "X.Y.Z" (where X.Y.Z is the new version)
  7. git push --tags
  8. pod trunk push RxState.podspec