-
-
Notifications
You must be signed in to change notification settings - Fork 5
Home
Stefan de Vogelaere edited this page Apr 28, 2017
·
8 revisions
(*) 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.ymlfile (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-stepfolder: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 cakebuildwhere the1.0.2is the tag you just created above - finally:
bitrise share finish - the last command will commit changes in the forked
bitrise-steplibrepo. - head over to the repo and you will see a
Compare & pull requestbutton 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-steplibrepo.