diff options
author | Antonin Godard <antonin.godard@bootlin.com> | 2024-10-30 11:07:29 +0100 |
---|---|---|
committer | Steve Sakoman <steve@sakoman.com> | 2024-11-06 05:38:48 -0800 |
commit | 8a22ac4017e5852c55ab7c0250fcb9dd82dfd2f8 (patch) | |
tree | c0365400ea7ca30b60c0b2eb6d92da022c278580 /documentation | |
parent | 2dd1cf95b51bee6bb4045d37e2fd779b3e66514a (diff) | |
download | poky-8a22ac4017e5852c55ab7c0250fcb9dd82dfd2f8.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: 0f21321d8b30478ed07f0387f4b88cd0a5c03fd1)
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 fba54e6c31..5733dd70ff 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 | ||