From bd8bb8af89086bbf336c7890813e2a35a3349525 Mon Sep 17 00:00:00 2001 From: Michael Olson Date: Sat, 20 Sep 2008 11:10:27 -0700 Subject: Update RELEASE info, generate ChangeLog when making release. --- .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 -- cgit v1.2.3