Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 261 Bytes

RELEASING.md

File metadata and controls

11 lines (10 loc) · 261 Bytes

A checklist for releasing the Gem:

  • Test: rake
  • Bump version in lib/cocoapod_check.rb
  • Commit
  • git tag vXXX
  • git push
  • git push --tags
  • gem build cocoapods-check.gemspec
  • gem push cocoapods-check-XXX.gem
  • Create release on GitHub from tag