From 13c28700299787f1241d34caad3b925f511cfa27 Mon Sep 17 00:00:00 2001 From: Sean McGinnis Date: Fri, 14 Feb 2020 11:18:11 -0600 Subject: [PATCH] Fix schedule generation instructions Change-Id: Iebbd751f0e25364cd35f3153cc908911b8c062e9 Signed-off-by: Sean McGinnis --- doc/source/reference/process.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/source/reference/process.rst b/doc/source/reference/process.rst index bb81467461..19d1566abb 100644 --- a/doc/source/reference/process.rst +++ b/doc/source/reference/process.rst @@ -303,9 +303,10 @@ Between Milestone-2 and Milestone-3 #. Plan the next release cycle schedule based on the number of desired weeks or by making sure the cycle ends within a few weeks of the next developer - event. Using the first Monday following the close of the last cycle, and the + event. Using the Monday of the close of the last cycle, and the Monday of the planned last week of the new cycle, use the tool - ``tools/weeks.py`` to generate the release schedule YAML file. For example:: + ``tools/list_weeks.py`` to generate the release schedule YAML file. + For example:: ./tools/list_weeks.py t 2019-04-15 2019-10-16