emms-patches
[Top][All Lists]
Advanced

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

[Emms-patches] [COMMIT] Update RELEASE info, generate ChangeLog when mak


From: Michael Olson
Subject: [Emms-patches] [COMMIT] Update RELEASE info, generate ChangeLog when making release.
Date: Sat, 20 Sep 2008 11:10:27 -0700

---
 .gitignore |    1 +
 Makefile   |    1 +
 RELEASE    |    8 ++++----
 3 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/.gitignore b/.gitignore
index 4a2f7cd..7f400de 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,6 +2,7 @@
 
 *~
 *.elc
+/ChangeLog
 /emms-print-metadata
 /doc/emms.info
 /doc/emms.html
diff --git a/Makefile b/Makefile
index 31beff5..b253b5f 100644
--- a/Makefile
+++ b/Makefile
@@ -60,6 +60,7 @@ dist: autoloads clean
          (cd .. && tar xf -)
        rm -f ../emms-$(VERSION)/.gitignore
        cp lisp/emms-autoloads.el ../emms-$(VERSION)/lisp
+       git log --pretty=medium > ../emms-$(VERSION)/ChangeLog
 
 release: dist
        (cd .. && tar -czf emms-$(VERSION).tar.gz \
diff --git a/RELEASE b/RELEASE
index f232b32..55348e0 100644
--- a/RELEASE
+++ b/RELEASE
@@ -2,7 +2,7 @@ This file tries to list the things people have to do before 
they do a
 release.
 
 1) Increase the version number in emms.el
-2) darcs changes > ChangeLog
-3) Create .tar.gz
-4) Put the .tar.gz on the website
-5) Update NEWS
+2) Update NEWS
+3) Run make release
+4) Run make upload
+5) Send announcement email
-- 
debian.1.5.6.1.19.ge6b2





reply via email to

[Prev in Thread] Current Thread [Next in Thread]