diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/developer-release.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/developer-release.txt b/doc/developer-release.txt index cce2782..15edf33 100644 --- a/doc/developer-release.txt +++ b/doc/developer-release.txt @@ -2,11 +2,13 @@ This is an explanation of how to make a release for Emms. Emms is developed at Savannah (https://savannah.gnu.org/projects/emms/) and distributed via Emacs ELPA (https://elpa.gnu.org/). +* Check for clean compilation. + * Increase the version number in emms.el (variable, elpa header) * Update NEWS -* Update the manual, then copy compiled emms.info to root directory +* Update the manual * Update website (cvs commit -m "update website" index.html) |