summaryrefslogtreecommitdiff
path: root/doc/source/install_versions.rst
blob: 381b4ec44aa99e76d960c8557972f6b9b6d55976 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18


Semantic Versioning
===================
BuildStream follows the Semantic Versioning Convention `(SemVer) <https://semver.org/>`_,
and uses even minor point numbers to denote releases intended for users while
odd minor point numbers represent development snapshops.

For example, for a given version number ``X.Y.Z``
 * The ``X.<even number>.*`` versions are releases intended for users.
 * The ``X.<odd number>.*`` versions are development spanshots intended for testing.

If you are :ref:`installing from git <install_git_checkout>`, please look for the latest
tag in the latest release branch to ensure you're getting the latest release.

Current release branches:
 * `bst-1.2 (latest) <https://gitlab.com/BuildStream/buildstream/commits/bst-1.2>`_
 * `bst-1.0 (deprecated) <https://gitlab.com/BuildStream/buildstream/commits/bst-1.0>`_