[projects/geninitrd] git tag -l

glen glen at pld-linux.org
Wed Jun 29 21:58:53 CEST 2016


commit ce3a6bd6821fad3e6e60fb35a8153f95128e7160
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Wed Jun 29 22:58:16 2016 +0300

    git tag -l
    
    "git tags" was my local alias i didn't even realize it's not git builtin :)

 RELEASE | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/RELEASE b/RELEASE
index 4f71b51..3c7639a 100644
--- a/RELEASE
+++ b/RELEASE
@@ -2,7 +2,7 @@ HOW TO MAKE A RELEASE
 
 before making a release:
 
-- run make dist, create package with resulting tarball to check that code is
+- run "make dist", create package with resulting tarball to check that code is
   stable enough for a release
 
 to make a release:
@@ -14,7 +14,7 @@ in short:
 in details:
 - run 'make tag'
  - fill git shortlog into annotate tag commit message:
-   $ git shortlog $(git tags | sort -nr | head -n1)..HEAD
+   $ git shortlog $(git tag -l | sort -nr | head -n1)..HEAD
 - run 'make dist'
 - verify produced tarball with updating geninitrd.spec:master
 - push tarball to distfiles
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/projects/geninitrd.git/commitdiff/ce3a6bd6821fad3e6e60fb35a8153f95128e7160



More information about the pld-cvs-commit mailing list