diff options
author | Michael Opdenacker <michael.opdenacker@bootlin.com> | 2021-12-13 17:41:36 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-01-07 11:12:06 +0000 |
commit | dd938fbbdb8a1b49ce9a4ca73089f827a7516688 (patch) | |
tree | 2a8eb5ec0d68a747b07914b02b928cbbfc81ccaf /documentation | |
parent | 5ec29c558fb06a7bb7fd950261e72e9c011102d8 (diff) | |
download | poky-dd938fbbdb8a1b49ce9a4ca73089f827a7516688.tar.gz |
documentation: add comment to releases.rst switchers.js
To let release developers know that they don't need
to update these files in release branches other than "master".
(From yocto-docs rev: 00f71afae92e5967a0422824841d4d4db682d235)
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/releases.rst | 7 | ||||
-rw-r--r-- | documentation/sphinx-static/switchers.js | 8 |
2 files changed, 15 insertions, 0 deletions
diff --git a/documentation/releases.rst b/documentation/releases.rst index 57e4566e1b..c2c2232dca 100644 --- a/documentation/releases.rst +++ b/documentation/releases.rst | |||
@@ -1,5 +1,12 @@ | |||
1 | .. SPDX-License-Identifier: CC-BY-SA-2.0-UK | 1 | .. SPDX-License-Identifier: CC-BY-SA-2.0-UK |
2 | 2 | ||
3 | .. | ||
4 | NOTE FOR RELEASE MAINTAINERS: | ||
5 | This file only needs updating in the development release ("master" branch) | ||
6 | When documentation for stable releases is built, | ||
7 | the latest version from "master" is used | ||
8 | by https://git.yoctoproject.org/yocto-autobuilder-helper/tree/scripts/run-docs-build | ||
9 | |||
3 | =========================== | 10 | =========================== |
4 | Supported Release Manuals | 11 | Supported Release Manuals |
5 | =========================== | 12 | =========================== |
diff --git a/documentation/sphinx-static/switchers.js b/documentation/sphinx-static/switchers.js index bda15485c0..885104c407 100644 --- a/documentation/sphinx-static/switchers.js +++ b/documentation/sphinx-static/switchers.js | |||
@@ -1,3 +1,11 @@ | |||
1 | /* | ||
2 | NOTE FOR RELEASE MAINTAINERS: | ||
3 | This file only needs updating in the development release ("master" branch) | ||
4 | When documentation for stable releases is built, | ||
5 | the latest version from "master" is used | ||
6 | by https://git.yoctoproject.org/yocto-autobuilder-helper/tree/scripts/run-docs-build | ||
7 | */ | ||
8 | |||
1 | (function() { | 9 | (function() { |
2 | 'use strict'; | 10 | 'use strict'; |
3 | 11 | ||