Skip to content

Release Process

Bob Evans edited this page Oct 9, 2013 · 9 revisions

Quick notes about Paco releases. Mostly focused on branches.

Introduction

'develop' is our integration branch for Android and Server. It is the stable version of what's in prod._
'ios-init' is our integration branch for iOS at the moment. It is the stable head of ios development._
'master' will be used to merge releases.

Other branches will be used for features.

To add features to Paco

  1. Pick a feature off the issue tracker
  2. clone the 'develop' branch
  3. modify code to implement change. Observe the appropriate style guide
  4. unit test code using JUnit
  5. then send us a pull request
Clone this wiki locally