Skip to content
Stefan de Vogelaere edited this page Apr 28, 2017 · 8 revisions

Creating a new version

(*) You need to have Bitrise CLI installed

If you want to push a new version to Bitrise do the following:

  • enter the version name in the bitrise.yml file (STEP_GIT_VERION_TAG_TO_SHARE) (f.e. 1.0.2)
  • commit these change in the repo
  • create a new release/tag reflecting the version name (f.e. 1.0.2)
  • next clone https://github.com/bitrise-io/bitrise-steplib
  • from command line in the bitrise-cake-step folder: bitrise share start -c https://github.com/cake-build/bitrise-steplib.git
Clone this wiki locally