reno: Update master for unmaintained/yoga

Update the yoga release notes configuration to build from
unmaintained/yoga.

This also workaround the issue with Zed not being able to
find out where it's changes started by defining
proper regexp for `closed_branch_tag_re`

Presumably, default for reno should be adjusted to avoid this
config override, ie with [1]

[1] https://review.opendev.org/c/openstack/reno/+/910547

Change-Id: I9ff589583e7e53941c81c52e7ca5dae77c5de1d9
This commit is contained in:
OpenStack Release Bot 2024-02-08 15:01:28 +00:00 committed by Dmitriy Rabotyagov
parent 022c9c4c22
commit f73cf9a0a9
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ ignore_basepython_conflict = True
usedevelop = True
basepython = python3
install_command =
pip install -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/2023.2} {opts} {packages}
pip install -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master} {opts} {packages}
deps =
-r{toxinidir}/global-requirement-pins.txt
-r{toxinidir}/test-requirements.txt