reno/releasenotes/notes/cache-scan-all-branches-a935824a844d1d9f.yaml
Stephen Finucane 4b2de69354 Scan all branches for cache generation
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
2019-10-07 14:37:51 +00:00

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.