From 7a028c4c0b8e66a7a28fb0a0435a766d57b4c7de Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Fri, 30 Jun 2017 23:13:47 +0100 Subject: [PATCH] Update wording of change branches --- common-flow.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/common-flow.md b/common-flow.md index 33503ae..437ece1 100644 --- a/common-flow.md +++ b/common-flow.md @@ -29,8 +29,7 @@ Branch types: - **Master Branch:** Should always be deployable / usable, is considered "bleeding edge", and must be named `master`. - **Change Branches:** Any branch that introduces changes (new feature, bug fix, - etc), should be cut from `master` (in most cases), and must have a descriptive - name. + etc), should be created from `master`, and must have a descriptive name. - **Maintenance Branches:** Used to maintain old versions, and should follow a `stable-X.Y` naming pattern, where `X` is MAJOR version and `Y` is MINOR version.