[gnome-multi-writer] trivial: Fix up the AppData -> NEWS conversion



commit 76305604c393b043b475a5b8d9a0e53bd66e26db
Author: Richard Hughes <richard hughsie com>
Date:   Thu Feb 5 10:33:24 2015 +0000

    trivial: Fix up the AppData -> NEWS conversion

 Makefile.am                                       |    1 -
 RELEASE                                           |   11 ++---------
 data/appdata/org.gnome.MultiWriter.appdata.xml.in |   12 ++++--------
 3 files changed, 6 insertions(+), 18 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index b719f3d..041377b 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -60,7 +60,6 @@ ChangeLog:
 NEWS: data/appdata/org.gnome.MultiWriter.appdata.xml
        $(AM_V_GEN) \
        if test -e $(APPSTREAM_UTIL); then \
-               echo $^; \
                $(APPSTREAM_UTIL) appdata-to-news $^ > $@; \
        else \
                touch $@; \
diff --git a/RELEASE b/RELEASE
index bf35f92..c253dca 100644
--- a/RELEASE
+++ b/RELEASE
@@ -2,15 +2,8 @@ GNOME MultiWriter Release Notes
 
 1. Write NEWS entries in the same format as usual.
 
-Version 3.15.5
-~~~~~~~~~~~~~~
-Released: 2015-xx-xx
-
-* Translations:
-* New Features:
-* Bugfix:
-
-git shortlog GNOME_MULTI_WRITER_3_15_4.. | grep -i -v trivial | uniq | grep -v Merge > NEWS.new
+git log --format="%s" GNOME_MULTI_WRITER_3_15_4.. | grep -i -v trivial | grep -v Merge | uniq
+Add any user visible changes into data/appdata/org.gnome.MultiWriter.appdata.xml.in
 
 2. Commit changes in git:
 
diff --git a/data/appdata/org.gnome.MultiWriter.appdata.xml.in 
b/data/appdata/org.gnome.MultiWriter.appdata.xml.in
index f3cdb0f..2d678c8 100644
--- a/data/appdata/org.gnome.MultiWriter.appdata.xml.in
+++ b/data/appdata/org.gnome.MultiWriter.appdata.xml.in
@@ -58,16 +58,12 @@
     </screenshot>
   </screenshots>
   <!--
-   Unstable releases: Untranslated
-   Stable releases:   Translated, but only include user-visible changes.
-                      ASK YOURSELF: Does the end user really need to know this?
-
-   Validate with `appstream-util validate foo.appdata.xml`
+   Validate with `appstream-util validate *.appdata.xml`
    Use `date -d "2010-10-02" "+%s"` to get the timestamp.
   -->
   <releases>
     <release version="3.15.4" timestamp="1390089600">
-     <description>
+      <description>
         <p>This unstable release fixes the following bugs:</p>
         <ul>
           <li>Add quirks for the 36 port MegaHub</li>
@@ -83,7 +79,7 @@
       </description>
     </release>
     <release version="3.15.2" timestamp="1389225600">
-     <description>
+      <description>
         <p>This unstable release fixes the following bugs:</p>
         <ul>
           <li>Queue the device writes according to the connected root hub</li>
@@ -101,7 +97,7 @@
       </description>
     </release>
     <release version="3.15.1" timestamp="1388880000">
-     <description>
+      <description>
         <p>This initial release fixes the following bugs:</p>
         <ul>
           <li>Show the USB connection address in the UI</li>


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