Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 462 Bytes

Release-Checklist.md

File metadata and controls

12 lines (11 loc) · 462 Bytes

Steps to perform during version release

  • Update example application
  • Update readme with new features
  • Update CocoaPods and Carthage sections in readme
  • Update changelog
  • Update documentation using Jazzy
  • Update version in Xcode - build version and short version (CURRENT_PROJECT_VERSION)
  • Update pod spec (version)
  • Merge develop branch to master
  • Make version tag
  • Push podspec to CocoaPods (pod trunk push)