[gnome-software/gnome-3-30] Release version 3.30.0



commit 9f58ded14e355f663f4287dc3ce8802f4ece3547
Author: Richard Hughes <richard hughsie com>
Date:   Tue Sep 4 13:07:31 2018 +0100

    Release version 3.30.0

 NEWS                                           | 6 ++++++
 RELEASE                                        | 6 +++---
 data/appdata/org.gnome.Software.appdata.xml.in | 7 +++++++
 meson.build                                    | 2 +-
 4 files changed, 17 insertions(+), 4 deletions(-)
---
diff --git a/NEWS b/NEWS
index 00a9435c..114ec0c5 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+Version 3.30.0
+~~~~~~~~~~~~~~
+Released: 2018-09-04
+
+This is the first stable release for GNOME 3.30.
+
 Version 3.29.92
 ~~~~~~~~~~~~~~~
 Released: 2018-08-28
diff --git a/RELEASE b/RELEASE
index 2b8f19a4..0b050680 100644
--- a/RELEASE
+++ b/RELEASE
@@ -2,14 +2,14 @@ GNOME Software Release Notes
 
 Write release entries:
 
-git log --format="%s" --cherry-pick --right-only 3.29.1... | grep -i -v trivial | grep -v Merge | sort | uniq
+git log --format="%s" --cherry-pick --right-only 3.29.92... | grep -i -v trivial | grep -v Merge | sort | 
uniq
 Add any user visible changes into data/appdata/org.gnome.Software.appdata.xml.in
 
 Generate NEWS file:
 appstream-util appdata-to-news data/appdata/org.gnome.Software.appdata.xml.in > NEWS
 
-git commit -a -m "Release version 3.29.92"
-git tag -s 3.29.92 -m "==== Version 3.29.92 ===="
+git commit -a -m "Release version 3.30.0"
+git tag -s 3.30.0 -m "==== Version 3.30.0 ===="
 <enter password>
 
 ninja-build dist
diff --git a/data/appdata/org.gnome.Software.appdata.xml.in b/data/appdata/org.gnome.Software.appdata.xml.in
index 3125898e..af822c7d 100644
--- a/data/appdata/org.gnome.Software.appdata.xml.in
+++ b/data/appdata/org.gnome.Software.appdata.xml.in
@@ -46,6 +46,13 @@
    Validate with `appstream-util validate *.appdata.xml`
   -->
   <releases>
+    <release date="2018-09-04" version="3.30.0">
+      <description>
+        <p>
+          This is the first stable release for GNOME 3.30.
+        </p>
+      </description>
+    </release>
     <release date="2018-08-28" version="3.29.92">
       <description>
         <p>
diff --git a/meson.build b/meson.build
index 224efc0a..aae459dc 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
 project('gnome-software', 'c',
-  version : '3.29.92',
+  version : '3.30.0',
   license : 'GPL-2.0+',
   default_options : ['warning_level=1', 'c_std=c99'],
   meson_version : '>=0.37.0'


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]