Merge "Update stable branch management doc"
This commit is contained in:
commit
bd68acb60f
@ -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::
|
* you can use the tooling from the requirements team to prepare the patches::
|
||||||
|
|
||||||
git checkout -b kolla-stable-monthly
|
git checkout -b kolla-stable-monthly
|
||||||
for project in kayobe kolla kolla-ansible; do
|
for project in ansible-collection-kolla kayobe kolla kolla-ansible; do
|
||||||
for rel in xena yoga zed; do
|
for rel in yoga zed antelope; do
|
||||||
tox -e venv -- new-release $rel $project feature
|
tox -e venv -- new-release $rel $project feature
|
||||||
done
|
done
|
||||||
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 commit -am "Tag monthly kolla stable releases"
|
||||||
git review -f
|
git review -f
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user