CDKit: ReleaseScripts
CDKit is a framework that helps to deploy mobile apps (iOS and Android) to the app stores (iTunes and Goole Play).
The release scripts are Python 3 scripts that help to do tasks like changing version of the app based on the pipeline version, create the changelog file based on the last commits, export iOS *.app to *.ipa file, etc.
Before you start using it, you need to have installed Python 3 on the Go.CD agent(s)
Please refer to this page to install Python 3 for Ubuntu 18.04
If you installed previously Homebrew, let's use it to install Python 3 with this command:
brew install python
- Migrate all the scripts to Python 3