blob: a82cb9dc7057e8859505fe4c43a6e772f1398fc4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
.. _install_semantic_versioning:
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>`_
|