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

Peter Krempa posted 4 patches 8 years, 10 months ago
[libvirt] [PATCH v2 4/4] news: Add template for a <release> section
Posted by Peter Krempa 8 years, 10 months ago
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

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list
Re: [libvirt] [PATCH v2 4/4] news: Add template for a <release> section
Posted by Ján Tomko 8 years, 10 months ago
On Wed, Mar 29, 2017 at 09:28:16AM +0200, Peter Krempa wrote:
>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.

s/compiled/copied/?

Jan
--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list
Re: [libvirt] [PATCH v2 4/4] news: Add template for a <release> section
Posted by Peter Krempa 8 years, 10 months ago
On Wed, Mar 29, 2017 at 16:30:41 +0200, Ján Tomko wrote:
> On Wed, Mar 29, 2017 at 09:28:16AM +0200, Peter Krempa wrote:
> > 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.
> 
> s/compiled/copied/?

No, you have to compile it from the existing entries. I've rebased this
one patch on top of the current master and pushed it since the release
is near.
--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list