Skip to content

Releases: cocoaheads-kyiv-14-workshop/random-generator

tests and coverage

11 Oct 01:03
Compare
Choose a tag to compare
  • Setup Scanfile to automate testing with Fastlane (see fastlane/Scanfile)
  • Setup Example to gather coverage data
  • Setup Slather to format coverage data for reports on CI

fastlane shared lanes

10 Oct 23:30
Compare
Choose a tag to compare

releasing new version with fastlane

10 Oct 23:03
Compare
Choose a tag to compare

One lane to rule them all!

  • bundle exec fastlane release on any branch - that's how simple it is:
    • register specs repo if one isn't yet in your system
    • check if current branch is clean
    • checkout to master and pull any changes
    • update version in podspec, either to one from version argument, or patch update by default
    • commit and push to master with message, either from message argument, or default one
    • create tag either from version argument, or from default patch version update and push it
    • finally, validate and push pod to specs repo

Advanced usage: bundle exec fastlane release version:1.2.3 message:"my new version"

initial version

10 Oct 00:55
Compare
Choose a tag to compare
  • Moved RandomGenerator from MagicBall local pods into separate private repo pod