-
Notifications
You must be signed in to change notification settings - Fork 91
Release Process
Bob Evans edited this page Oct 9, 2013
·
9 revisions
Quick notes about Paco releases. Mostly focused on branches.
'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.
- Pick a feature off the issue tracker
- clone the 'develop' branch
- modify code to implement change. Observe the appropriate style guide
- unit test code using JUnit
- then send us a pull request