Discussion:
[libvirt] [PATCH] news: Fix version number
Andrea Bolognani
2018-12-03 13:21:57 UTC
Permalink
The schema expects it to match the pattern

v[0-9]+\.[0-9]+\.[0-9]+

which "5.0.0" clearly doesn't, causing the build to fail.

Reported-by: Peter Krempa <***@redhat.com>
Signed-off-by: Andrea Bolognani <***@redhat.com>
---
The Fabulous Princess Crown of Shame has been deployed.

docs/news.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/news.xml b/docs/news.xml
index 4472936b31..3c63d46012 100644
--- a/docs/news.xml
+++ b/docs/news.xml
@@ -33,7 +33,7 @@
-->

<libvirt>
- <release version="5.0.0" date="unreleased">
+ <release version="v5.0.0" date="unreleased">
<section title="New features">
</section>
<section title="Improvements">
--
2.19.2
Continue reading on narkive:
Loading...