On 07/09/2018 10:35 AM, Han Han wrote:
Hello developers,
Your release notes from
libvirt(https://libvirt.org/news.html) are really
helpful to our users and QAs. How about giving commit ID of each item in
release notes, so that our user can gather more info from release notes.
For example,in v4.5.0 release note, add commit ID on each item:
capabilities: Provide info about host IOMMU support
Capabilities XML now provide information about host IOMMU support. (commit
dc34e7)
Though we can seach them from git, it is more accurate doing by the
authors.
I like this. But should we give it some form, e.g. new element in news.xml?
<change>
<summary>Some feature</summary>
<commit>f572d396fae9206628714fb2ce00f72e94f2258f</commit>
<description>Some description</description>
</change>
Or is that an overkill?
Michal