diff options
author | Antonin Godard <antonin.godard@bootlin.com> | 2024-10-30 11:07:29 +0100 |
---|---|---|
committer | Steve Sakoman <steve@sakoman.com> | 2024-11-02 06:15:08 -0700 |
commit | 6eb6b5bd589fc2a8d228b3cbcacb0e934ffb0fda (patch) | |
tree | b39dd5e090e62bb79e9af5c28234f1f7b093d930 /documentation | |
parent | 166d96b98ce2ae2c96758ad99c51445e130f1853 (diff) | |
download | poky-6eb6b5bd589fc2a8d228b3cbcacb0e934ffb0fda.tar.gz |
ref-manual: release-process: add a reference to the doc's release
When reading the stable releases section, we want to know for which
release the documentation was built. Use &DISTRO_NAME; to refer to the
current release.
Reviewed-by: Quentin Schulz <quentin.schulz@cherry.de>
(From yocto-docs rev: da11223e77e3bfae79806cb9522fae03446dbf41)
Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
(cherry picked from commit 05ee6844d710beb844bbdac892888879847f6d22)
Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/ref-manual/release-process.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/documentation/ref-manual/release-process.rst b/documentation/ref-manual/release-process.rst index 75532addbd..691e7d3ed9 100644 --- a/documentation/ref-manual/release-process.rst +++ b/documentation/ref-manual/release-process.rst | |||
@@ -117,6 +117,8 @@ The currently supported :term:`LTS` releases are: | |||
117 | See :yocto_wiki:`/Stable_Release_and_LTS` for details about the management | 117 | See :yocto_wiki:`/Stable_Release_and_LTS` for details about the management |
118 | of stable and :term:`LTS` releases. | 118 | of stable and :term:`LTS` releases. |
119 | 119 | ||
120 | This documentation was built for the &DISTRO_NAME; release. | ||
121 | |||
120 | .. image:: svg/releases.* | 122 | .. image:: svg/releases.* |
121 | :width: 100% | 123 | :width: 100% |
122 | 124 | ||