Skip to content
This repository has been archived by the owner on Nov 19, 2018. It is now read-only.

1.0.0 Upgrade to spaceship

Compare
Choose a tag to compare
@KrauseFx KrauseFx released this 29 Sep 21:00
· 221 commits to master since this release

deliver is now completely powered by spaceship, making it blazing fast 🚀

This release breaks existing setups, please take a look at the Migration Guide to 1.0
Also check out the updated project page and the new documentation for the Deliverfile

It is really important you follow the migration guide as a lot of things have changed with deliver.

Also, take a look at the list of open tasks.

Background

Originally deliver was designed to be "The Continuous Delivery tool for iOS". With the introduction of fastlane many things have changed. It was time for a big rewrite for deliver, which is one of the most popular tools of the fastlane toolchain.

  • deliver now uses spaceship to communicate with . This has huge advantages over the old way, which means deliver is now much faster and more stable 🚀
  • Removed a lot of legacy code. Did you know deliver is now one year old?
  • Improved the selection of the newly uploaded build and waiting for processing to be finished
  • Updating the app metadata and uploading of the screenshots now happen using spaceship instead of the iTunes Transporter, which means changes will immediately visible after running deliver
  • Removed the deliver beta and testflight commands, as there is now a dedicated tool called pilot
  • All parameters are now in the config system, which means you can pass values using the Deliverfile, from within your Fastfile or as command line parameter
    screenshot 2015-09-26 21 57 15

It is really important you read the migration guide as a lot of things have changed with deliver.

If you run into any issues with the new version of deliver please submit an issue on GitHub.