diff options
-rw-r--r-- | doc/developer-release.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/developer-release.txt b/doc/developer-release.txt index d32e4ae..b39fcda 100644 --- a/doc/developer-release.txt +++ b/doc/developer-release.txt @@ -8,14 +8,14 @@ distributed via Emacs ELPA (https://elpa.gnu.org/). * Update the manual, then copy compiled emms.info to root directory +* Update website (cvs commit -m "update website" index.html) + * Push version updates to VCS * Tag release in VCS, for example `git tag -a 4.2 -m "4.2"' * Push tag to VCS if needed, for example `git push --tags origin "4.2"' -* Update website (cvs commit -m "update website" index.html) - * Push to GNU ELPA: - merge master into the Savannah "elpa" branch and push to Savannah |