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::
|
||||
|
||||
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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user