[libvirt] [PATCH v2 4/4] news: Add template for a <release> section

Peter Krempa pkrempa at redhat.com
Wed Mar 29 07:28:16 UTC 2017


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 | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/docs/news.xml b/docs/news.xml
index d9c39d026..9f3538394 100644
--- a/docs/news.xml
+++ b/docs/news.xml
@@ -18,6 +18,27 @@
      Lines should be kept under 80 columns, and should not exceed 100 columns.

      This file is validated against docs/schemas/news.rng schema.
+
+     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>
-- 
2.12.1




More information about the libvir-list mailing list