Skip to content

Commit 5f60431

Browse files
committed
docs: update monthly stable releases loop
Change-Id: I72907f54d9392c8d1627e4dab724df9bb5e55330
1 parent 48c6352 commit 5f60431

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/contributor/release-management.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -465,7 +465,7 @@ a recurring topic for that in the first Kolla meeting each month.
465465

466466
git checkout -b kolla-stable-monthly
467467
for project in ansible-collection-kolla kayobe kolla kolla-ansible; do
468-
for rel in yoga zed antelope; do
468+
for rel in zed antelope bobcat; do
469469
tox -e venv -- new-release $rel $project feature
470470
done
471471
done

0 commit comments

Comments
 (0)