From dd938fbbdb8a1b49ce9a4ca73089f827a7516688 Mon Sep 17 00:00:00 2001 From: Michael Opdenacker Date: Mon, 13 Dec 2021 17:41:36 +0100 Subject: 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 Signed-off-by: Richard Purdie --- documentation/sphinx-static/switchers.js | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'documentation/sphinx-static/switchers.js') 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 @@ +/* +NOTE FOR RELEASE MAINTAINERS: +This file only needs updating in the development release ("master" branch) +When documentation for stable releases is built, +the latest version from "master" is used +by https://git.yoctoproject.org/yocto-autobuilder-helper/tree/scripts/run-docs-build +*/ + (function() { 'use strict'; -- cgit v1.2.3-54-g00ecf