README: Describe the new branch names

This commit is contained in:
Tomas Babej
2021-10-04 20:53:28 -04:00
parent c010855bac
commit 64ea936d7f

View File

@@ -64,13 +64,15 @@ For code contributions, please use pull requests, or alternately send your code
We use the following branching model: We use the following branching model:
* `master` is the stable branch. Building from here is the same as building * `stable` is a branch containing the content of the latest release. Building
from the latest tarball, or installing a binary package. No development is from here is the same as building from the latest tarball, or installing a
done on the `master` branch. binary package. No development is done on the `stable` branch.
* `2.6.0` is the current development branch. All work is done here, and upon * `develop` is the current development branch. All work is done here, and upon
release it will be merged to `master`. This development branch is not stable, release it will be merged to `stable`. While development branch is not
and should be treated accordingly. Make backups. stable, we utilize CI to ensure we're at least not merging improvements that
break existing tests, and hence should be relatively safe. We still recommend
making backups when using the development branch.
## Installing ## Installing