Skip to content

Commit

Permalink
Merge pull request #68 from gz-c/readme-develop
Browse files Browse the repository at this point in the history
Add note about master,develop branch
  • Loading branch information
gz-c authored Sep 30, 2017
2 parents c4ff193 + 334fe23 commit 54efd7e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

[![Build Status](https://travis-ci.org/skycoin/teller.svg?branch=master)](https://travis-ci.org/skycoin/teller)

## Releases & Branches

Last stable release is in `master` branch, which will match the latest tagged release.

Pull requests should target the `develop` branch, which is the default branch.

If you clone, make sure you `git checkout master` to get the latest stable release.

When a new release is published, `develop` will be merged to `master` then tagged.

## Setup project

### Prerequisites
Expand Down

0 comments on commit 54efd7e

Please sign in to comment.