reno/releasenotes/notes/bug-1537451-f44591da125ba09d.yaml
Doug Hellmann 207776787f fix detection of pre-release tags in git log
We had two different regexes being used for detecting tags. Unify them
into a single expression that works in both situations.

Convert that expression to use "verbose" mode to include some inline
documentation for the parts of the pattern.

Add more details to the existing debug output when new tags are found.

Add more debug output at the end to show how many files were actually
detected.

Change-Id: I7104f459c948011f198fed04303ea5cafb59f223
Closes-Bug: #1537451
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2016-01-26 12:52:49 -05:00

7 lines
250 B
YAML

---
fixes:
- Resolves `a bug <https://bugs.launchpad.net/reno/+bug/1537451>`__
with properly detecting pre-release versions in the existing
history of a repository that resulted in some release notes not
appearing in the report output.