reno/releasenotes/notes/fix-scanner-tag-detection-ef0a95c12a90f167.yaml
Doug Hellmann 32d475197f scan all changes and filter on files in reno not git log
Scanning only changes with reno files in them means we miss some of the
git tags in the repository history, so include all patches in the git
log output and then filter them in reno based on patches that include
any release notes files.

Closes-bug: #1517175
Change-Id: I36c0a54e20d47fff9af2b7f82c5380d97345a625
2015-11-23 19:14:01 +00:00

6 lines
202 B
YAML

---
fixes:
- Fix `bug 1517175 <https://bugs.launchpad.net/reno/+bug/1517175>`__ to
ensure that all tagged versions are detected and that notes are associated
with the correct version numbers.