Update stable branch management doc

xena is now EM, add antelope instead.

Signed-off-by: Dr. Jens Harbott <harbott@osism.tech>
Change-Id: Icee5c1ad66171a72d4ec4c2373035a09382e08ff
This commit is contained in:
Dr. Jens Harbott 2023-07-12 11:35:18 +02:00
parent 00cebc3cde
commit beab44f3a2
1 changed files with 2 additions and 5 deletions

View File

@ -464,14 +464,11 @@ a recurring topic for that in the first Kolla meeting each month.
* you can use the tooling from the requirements team to prepare the patches::
git checkout -b kolla-stable-monthly
for project in kayobe kolla kolla-ansible; do
for rel in xena yoga zed; do
for project in ansible-collection-kolla kayobe kolla kolla-ansible; do
for rel in yoga zed antelope; do
tox -e venv -- new-release $rel $project feature
done
done
for rel in yoga zed; do
tox -e venv -- new-release $rel ansible-collection-kolla feature
done
git commit -am "Tag monthly kolla stable releases"
git review -f