From a65d82f79197e3ceac5a55dfdb50275e39186118 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Sun, 9 Jul 2017 21:47:59 +0100 Subject: [PATCH] Update TL;DR summary --- common-flow.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common-flow.md b/common-flow.md index 466af8a..b56cc58 100644 --- a/common-flow.md +++ b/common-flow.md @@ -11,8 +11,8 @@ of [GitHub Flow](https://guides.github.com/introduction/flow/), while taking into account how a lot of open source projects use git. TL;DR: Common-Flow is basically GitHub Flow with the addition of versioned -releases, maintenance releases for old versions, and without the requirement to -deploy to production all the time. +releases, optional release branches should you need them, and without the +requirement to deploy to production all the time. Terminology -----------