Skip to content

Pushing new Versions

Konrad Feiler edited this page Sep 21, 2017 · 2 revisions

Welcome to the ViaSwiftUtils wiki!

Things to check when pushing a new version:

Before:

  1. run tests locally
  2. run carthage build --no-skip-current to check Carthage support
  3. set new version in podspec
  4. pod lib lint
  5. run swift package describe to make sure the Package-Description for the SwiftPM checks out

After merging:

  1. tag commit with version set before
  2. pod trunk push
Clone this wiki locally