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
  • next enter: bitrise share create --tag 1.0.2 --git https://github.com/cake-build/bitrise-cake-step.git --stepid cakebuild where the 1.0.2 is the tag you just created above
  • finally: bitrise share finish
  • the last command will commit changes in the forked bitrise-steplib repo.
  • head over to the repo and you will see a Compare & pull request button in the 'Your recently pushed branches:' section, which will bring you to the 'Open a pull request' page, where you can review and create your Pull Request.
  • on the PR mark all requirements and write some comments of what has changed, and submit the PR.
  • once the PR has been accepted and merge, you can remove the forked bitrise-steplib repo.
Clone this wiki locally