From 0d027316799c5b94b9f27f50fc4cf0cfb0098a06 Mon Sep 17 00:00:00 2001 From: Geoff McLane Date: Mon, 13 Jul 2015 03:08:24 +0200 Subject: [PATCH] Add development and release branch meaning --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 853c89b..6f84143 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,16 @@ If you do **not** need the tidy library built as a 'shared' (DLL) library, then An attempt is being made to publish pre-built binaries to http://www.htacg.org/binaries - This is still a work in progress, but getting there.. +## Development + +The default branch of this repository is `master`. This is the development branch, hopefully always `stable` source. + +It will identify as library version X.odd.X. Use it to help us on the forever `bug` quest, addition of new features, options, ..., etc. + +However, if you seek **release** code, then do `git branch -r`, and choose one of the `release/X.even.0` branches for your build and install... + +This will always be the latest release branch. Important `bug` fixes thought relevant to this release, pushed back, may bump the library version to X.even.1, ..., etc, but will be remain known as `X.even`... + ## History This repository should be considered canonical for HTML Tidy as of 2015-January-15.