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

Contribution

Stijn Willems edited this page Jan 4, 2017 · 21 revisions
  1. Create a branch from develop and name it: feature/#12_issue_name.
  2. Commit often on your feature branch with code is inspired by our experience principles
  3. When done create a pull request to merge features to develop branch.
  4. Assign the ready label to the matching issue when the PR is ready for review.
  5. Enjoy!

Pod deployment

Deployment to cocoapods is done from the master branch and by the project owners.

If you are the project owner do the following:

  1. Commit with version x.x.x update
  2. Checkout branch develop and in Faro.podspec update the s.version = 'x.x.x'
  3. Commit the version change with message Version bump to x.x.x
  4. Update the changelog with the new version number and commit the changelog.
  5. Push to develop.
  6. Merge the develop branch into the master branch.
  7. Create tag with version number ex. x.x.x
  8. Push the master branch with its tag to the origin.
  9. Now relax, and let Buddybuild CI do some checks
  10. If checks success run pod trunk push Faro.podspec on master
Clone this wiki locally