From 6348b178133c6ad9265690c923f7e54809a20634 Mon Sep 17 00:00:00 2001 From: Nick O'Leary Date: Tue, 28 Feb 2017 10:47:31 +0000 Subject: [PATCH] Updated Contribution Process (markdown) --- Contribution-Process.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Contribution-Process.md b/Contribution-Process.md index 7368ce4..46fc6b9 100644 --- a/Contribution-Process.md +++ b/Contribution-Process.md @@ -2,7 +2,7 @@ # Git Workflow - `master` - this branch contains the latest shipped release of node-red, plus any additional bug fixes that have been made since. At any time, this branch could get shipped as the next `maintenance release`. At the time of writing, this contains `0.16.2` and a few fixes that will be released as `0.16.3` at some point. - - `0.17` - development work on the next milestone release occurs in a branch named after the expected release version number. This is where new features are developed. At the time of writing, this is the `0.17` release. + - Development branch (eg `0.17`) - development work on the next milestone release occurs in a branch named after the expected release version number. This is where new features are developed. At the time of writing, this is the `0.17` release. - Larger features get developed in their own branches and merged to the current development branch as and when the feature is sufficiently stable for wider consumption.