Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 675 Bytes

RELEASE.md

File metadata and controls

9 lines (8 loc) · 675 Bytes

Releasing Particle-SDK Pod and Carthage update

  1. Make sure you are running latest version of cocoapods by running sudo gem update cocoapods
  2. Make sure you udpate changelog.md and podspec to include version you are about to release
  3. Push latest to version to github
  4. Create github release & add release notes
  5. Make sure pod is valid by running 'pod spec lint Particle-SDK.podspec --allow-warnings'
  6. If pod is valid, publish pod by running 'pod trunk push Particle-SDK.podspec --allow-warnings'
  7. If trunk fails, you might need to register your current session by running 'pod trunk register youremail@partice.io 'FirstName LastName' --description='MBP 2016'