[gnome-software] trivial: Update RELEASE



commit 5a3e1967a982567b5b3162f783b1083fa9e4e190
Author: Kalev Lember <klember redhat com>
Date:   Tue Nov 8 09:05:26 2016 +0100

    trivial: Update RELEASE
    
    This updates the git log command used for news generation to ignore
    commits that have been cherry-picked to the gnome-3-22 release branch.

 RELEASE |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/RELEASE b/RELEASE
index cc8478b..2532e81 100644
--- a/RELEASE
+++ b/RELEASE
@@ -2,7 +2,7 @@ GNOME Software Release Notes
 
 1. Write release entries:
 
-git log --format="%s" GNOME_SOFTWARE_3_21_91.. | grep -i -v trivial | grep -v Merge | sort | uniq
+git log --format="%s" --cherry-pick --right-only GNOME_SOFTWARE_3_22_2... | grep -i -v trivial | grep -v 
Merge | sort | uniq
 Add any user visible changes into data/appdata/org.gnome.Software.appdata.xml.in
 
 3. Commit changes in gnome-software git:


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