reno/releasenotes/notes/fix-git-log-ordering-0e52f95f66c8db5b.yaml
Doug Hellmann 4b45743e49 fix notes appearing in releases older than they should
Use topological sort instead of date sort so that release notes appear
in the release where they are merged, rather than the one closest to the
same commit time, which might be much older.

In order to support listing tags on versions of git with different
output formats, we also limit the tags we care about to things that look
like version numbers (some sequence of digits, dots, and maybe "a" or
"b" for alpha & beta).

Change-Id: I95278eab25f331262a4c9eeac2260ca7290b5421
Closes-Bug: #1522153
2015-12-09 15:41:09 +00:00

7 lines
195 B
YAML

---
fixes:
- Fixes `bug 1522153
<https://bugs.launchpad.net/reno/+bug/1522153>`__ so that notes
added in commits that are merged after tags are associated with
the correct version.