Merge "Update stable branch management doc"

This commit is contained in:
Zuul 2023-08-02 13:16:15 +00:00 committed by Gerrit Code Review
commit bd68acb60f

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