mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 17:34:18 +03:00
news: Add template for a <release> section
After the release it's necessary to add a new <release> section for the upcoming release. Add a template so that it does not have to be compiled over and over again.
This commit is contained in:
parent
fa3b510711
commit
bec69c5c12
@ -7,7 +7,29 @@
|
||||
|
||||
Keep the style consistent with existing entries as much as possible:
|
||||
each change should be documented by a short, one-sentence summary
|
||||
and optionally a description where it's explained in more detail -->
|
||||
and optionally a description where it's explained in more detail
|
||||
|
||||
Use the following template to add a new release section:
|
||||
|
||||
<release version="FIXME" date="unreleased">
|
||||
<section title="New features">
|
||||
<change>
|
||||
<summary/>
|
||||
</change>
|
||||
</section>
|
||||
<section title="Improvements">
|
||||
<change>
|
||||
<summary/>
|
||||
</change>
|
||||
</section>
|
||||
<section title="Bug fixes">
|
||||
<change>
|
||||
<summary/>
|
||||
</change>
|
||||
</section>
|
||||
</release>
|
||||
|
||||
-->
|
||||
|
||||
<libvirt>
|
||||
<release version="v3.2.0" date="unreleased">
|
||||
|
Loading…
Reference in New Issue
Block a user