提交 bec69c5c 编写于 作者: P Peter Krempa

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.
上级 fa3b5107
......@@ -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">
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册