diff options
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | Makefile | 1 | ||||
-rw-r--r-- | RELEASE | 8 |
3 files changed, 6 insertions, 4 deletions
@@ -2,6 +2,7 @@ *~ *.elc +/ChangeLog /emms-print-metadata /doc/emms.info /doc/emms.html @@ -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 \ @@ -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 |