From fecdaed265233ac20baafb16d327e20914297ffa Mon Sep 17 00:00:00 2001 From: Riccardo Pittau Date: Tue, 18 Feb 2025 10:12:46 +0100 Subject: [PATCH] Mention removing codespell job in bugfix branches Change-Id: Ifaaf1f0c1d583cff21987d704c4a662b3f0bff1b --- doc/source/contributor/releasing.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/doc/source/contributor/releasing.rst b/doc/source/contributor/releasing.rst index 9cd56419e8..0983a9c047 100644 --- a/doc/source/contributor/releasing.rst +++ b/doc/source/contributor/releasing.rst @@ -198,8 +198,10 @@ following change: https://review.opendev.org/c/openstack/ironic/+/938660 -It is also mandatory to comment out the metal3 integration job as it is not -supposed to run in stable or bugfix branches. +It is also mandatory to comment out or remove the metal3 integration job as it +is not supposed to run in stable or bugfix branches, and also comment out or +remove the tox codespell job to avoid failures due to version changes, spelling +is fixed in master and most recent stable branches only and backported "as is". Things to do before releasing =============================