]> xenbits.xensource.com Git - libvirt.git/commitdiff
news: Add template for a <release> section
authorPeter Krempa <pkrempa@redhat.com>
Fri, 31 Mar 2017 07:48:42 +0000 (09:48 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Fri, 31 Mar 2017 07:56:08 +0000 (09:56 +0200)
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.

docs/news.xml

index 706a23f068c3c03c090359a3da4a3cca352a4093..3a536c62d14f641e4ecf80f82e6bfdb55dfe9a4f 100644 (file)
@@ -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">