From 334fe231397568ed51512a75df940ed6029d9637 Mon Sep 17 00:00:00 2001 From: gz-c Date: Sat, 30 Sep 2017 23:57:45 +0800 Subject: [PATCH] Add note about master,develop branch --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 9fb37262..6d6ae349 100644 --- a/README.md +++ b/README.md @@ -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