From bd0ead2d635509c1f2523bdb0591cc30ba079027 Mon Sep 17 00:00:00 2001 From: Takashi Natsume Date: Sun, 6 Dec 2020 21:05:27 +0900 Subject: [PATCH] Add a description in the PTL guide Add a description to update the RESI API microversion history after milestone-3 in the PTL guide. Change-Id: I1530f77291feda4c916cfe9c4a54de7dfdd8180f Signed-off-by: Takashi Natsume --- doc/source/contributor/ptl-guide.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/source/contributor/ptl-guide.rst b/doc/source/contributor/ptl-guide.rst index 6c116b233d87..d12e1beeb0eb 100644 --- a/doc/source/contributor/ptl-guide.rst +++ b/doc/source/contributor/ptl-guide.rst @@ -185,6 +185,11 @@ Week following milestone 3 weeks), then the only likely candidates will be low-risk things that are almost done +* Mark the max microversion for the release in the + :doc:`/reference/api-microversion-history`: + + * Example: https://review.opendev.org/c/openstack/nova/+/719313 + A few weeks before RC ---------------------