From 492ac957e500427dba45c8be50fb5a3cce32a392 Mon Sep 17 00:00:00 2001 From: Steven Conaway Date: Wed, 16 Jan 2019 18:38:00 -0800 Subject: [PATCH] Update BRANCHES.md --- README/BRANCHES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README/BRANCHES.md b/README/BRANCHES.md index 3ced792..606db30 100644 --- a/README/BRANCHES.md +++ b/README/BRANCHES.md @@ -6,7 +6,7 @@ Starting with **HTML Tidy** 5.4.0, HTACG will adopt a new branch management stra As described thoroughly in our [VERSION.md](VERSION.md) document, this means that **master** will always consist of an even-numbered minor version, and activity will remain relatively quiet unless we backport a critical bug fix from **next**. -The **next** branch, then will host the majority of our development activity, and any contributions and PR’s should be again this branch. This means that **next** will always consist of an odd minor version number. +The **next** branch, then will host the majority of our development activity, and any contributions and PR’s should be against this branch. This means that **next** will always consist of an odd minor version number. ## About Versioning