4b2de69354
To date, both the 'reno cache' tool and related distutils command only scanned the current branch. This resulted in an incomplete cache for projects that used multiple branches. Resolve this by including info from all enabled branches. Change-Id: Ibe92a9fa5f42b5a7160201cd64ee6a93f9a78229 Signed-off-by: Stephen Finucane <sfinucan@redhat.com> Story: #1565544 Task: #14465
7 lines
247 B
YAML
7 lines
247 B
YAML
---
|
|
features:
|
|
- |
|
|
The ``reno cache`` command and ``build_reno`` setuptools command now
|
|
default to scanning to all enabled branches. This ensures the cache is
|
|
complete for projects that use multiple branches, such as stable branches.
|