[gnome-software/gnome-3-26] Update RELEASE to not use underscores for tags



commit 848f01906d740e0324ec86a0184ce7f360718fb3
Author: Kalev Lember <klember redhat com>
Date:   Sat Dec 16 18:13:22 2017 +0100

    Update RELEASE to not use underscores for tags
    
    As discussed on IRC and
    https://mail.gnome.org/archives/gnome-software-list/2017-December/msg00003.html

 RELEASE |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/RELEASE b/RELEASE
index b094308..98693fe 100644
--- a/RELEASE
+++ b/RELEASE
@@ -2,14 +2,14 @@ GNOME Software Release Notes
 
 Write release entries:
 
-git log --format="%s" --cherry-pick --right-only GNOME_SOFTWARE_3_26_4... | grep -i -v trivial | grep -v 
Merge | sort | uniq
+git log --format="%s" --cherry-pick --right-only 3.26.4... | 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.26.5"
-git tag -s GNOME_SOFTWARE_3_26_5 -m "==== Version 3.26.5 ===="
+git tag -s 3.26.5 -m "==== Version 3.26.5 ===="
 <enter password>
 
 ninja-build dist


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