summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/release-process.rst
diff options
context:
space:
mode:
authorQuentin Schulz <foss@0leil.net>2021-01-16 12:16:03 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-01-20 00:53:53 +0000
commite6a0be545d73b1052a259547afd2aa63d4b58546 (patch)
tree065e669743e2e2eb2de44e5405fb20c0b44ce4e4 /documentation/ref-manual/release-process.rst
parent658499cacb252f55124a6ac0bf57ed0b145544d8 (diff)
downloadpoky-e6a0be545d73b1052a259547afd2aa63d4b58546.tar.gz
docs: fix missing & and ; surrounding references from poky.yaml
poky.yaml references are only replaced in files if they are prefixed by & and suffixed by ;. Let's fix the missing surrounding characters. (From yocto-docs rev: 7ee4ba7a27acd87d8c728639d1b053d2e26c6e58) Signed-off-by: Quentin Schulz <foss@0leil.net> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual/release-process.rst')
-rw-r--r--documentation/ref-manual/release-process.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/ref-manual/release-process.rst b/documentation/ref-manual/release-process.rst
index d8d362282b..ed5a09a55d 100644
--- a/documentation/ref-manual/release-process.rst
+++ b/documentation/ref-manual/release-process.rst
@@ -12,7 +12,7 @@ stability.
12Major and Minor Release Cadence 12Major and Minor Release Cadence
13=============================== 13===============================
14 14
15The Yocto Project delivers major releases (e.g. DISTRO) using a six 15The Yocto Project delivers major releases (e.g. &DISTRO;) using a six
16month cadence roughly timed each April and October of the year. 16month cadence roughly timed each April and October of the year.
17Following are examples of some major YP releases with their codenames 17Following are examples of some major YP releases with their codenames
18also shown. See the "`Major Release 18also shown. See the "`Major Release
@@ -57,7 +57,7 @@ codename are likely to be compatible and thus work together.
57.. note:: 57.. note::
58 58
59 Codenames are associated with major releases because a Yocto Project 59 Codenames are associated with major releases because a Yocto Project
60 release number (e.g. DISTRO) could conflict with a given layer or 60 release number (e.g. &DISTRO;) could conflict with a given layer or
61 company versioning scheme. Codenames are unique, interesting, and 61 company versioning scheme. Codenames are unique, interesting, and
62 easily identifiable. 62 easily identifiable.
63 63