[Notes] [Git][BuildStream/buildstream][jjardon/doc_releases] Add section about current releases



Title: GitLab

Javier Jardón pushed to branch jjardon/doc_releases at BuildStream / buildstream

Commits:

3 changed files:

Changes:

  • doc/source/index.rst
    ... ... @@ -18,6 +18,7 @@ Later sections provide detailed information on BuildStream internals.
    18 18
        :maxdepth: 1
    
    19 19
     
    
    20 20
        main_about
    
    21
    +   main_releases
    
    21 22
        main_install
    
    22 23
        main_using
    
    23 24
        main_core
    

  • doc/source/main_install.rst
    1
    +.. _main_install:
    
    2
    +
    
    1 3
     Install
    
    2 4
     =======
    
    3 5
     This section covers how to install BuildStream onto your machine, how to run
    

  • doc/source/main_releases.rst
    1
    +Releases
    
    2
    +========
    
    3
    +BuildStream follows the Semantic Versioning Convention `(SemVer) <https://semver.org/>`_
    
    4
    +for releases and development snapshops.
    
    5
    +
    
    6
    +For example, for a given version number ``X.Y.Z``
    
    7
    + * The ``X.<even number>.*`` versions are stable releases
    
    8
    + * The ``X.<odd number>.*`` versions are development spanshots.
    
    9
    +
    
    10
    +Therefore, please look for the latest tag in the latest release branch to ensure
    
    11
    +you're getting the latest release
    
    12
    +
    
    13
    +Current release branches:
    
    14
    + * `bst-1.2 (latest) <https://gitlab.com/BuildStream/buildstream/tree/bst-1.2>`_
    
    15
    +     * Latest release: `1.1.6 <https://gitlab.com/BuildStream/buildstream/tags/1.1.6>`_
    
    16
    + * `bst-1.0 (deprecated) <https://gitlab.com/BuildStream/buildstream/tree/bst-1.2>`_
    
    17
    +
    
    18
    +Check the :ref:`BuildStream installation instructions <main_install>` for the different options to install them



  • [Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]