docs: update monthly stable releases loop

Change-Id: I72907f54d9392c8d1627e4dab724df9bb5e55330
This commit is contained in:
Bartosz Bezak 2024-02-14 14:28:13 +01:00
parent 48c6352b70
commit 5f604316bf

View File

@ -465,7 +465,7 @@ a recurring topic for that in the first Kolla meeting each month.
git checkout -b kolla-stable-monthly
for project in ansible-collection-kolla kayobe kolla kolla-ansible; do
for rel in yoga zed antelope; do
for rel in zed antelope bobcat; do
tox -e venv -- new-release $rel $project feature
done
done