From 594c32b12e0c0d6b48736bb6c5ca14e95efc697b Mon Sep 17 00:00:00 2001 From: native-api Date: Wed, 17 Jan 2018 05:10:46 +0300 Subject: [PATCH] Add notes clarifying what to check out (#122) Add notes clarifying what to check out Addresses gh-38. --- README.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index 564761c1..837cf9d7 100644 --- a/README.rst +++ b/README.rst @@ -364,8 +364,8 @@ Multibuild development The main multibuild repository is always at https://github.com/matthew-brett/multibuild -We try to keep the ``master`` branch stable, so consider doing regular or -per-build updates of your Multibuild code to current ``master``. +We try to keep the ``master`` branch stable and do testing and development +in the ``devel`` branch. From time to time we merge ``devel`` into ``master``. -We do testing and development in the ``devel`` branch. From time to time we -merge ``devel`` into master. +In practice, you can check out the newest commit from ``devel`` that works +for you, then stay at it until you need newer features.