diff options
author | Yuchen Pei <me@ypei.me> | 2021-08-18 17:20:09 +1000 |
---|---|---|
committer | Yuchen Pei <me@ypei.me> | 2021-08-18 17:20:09 +1000 |
commit | 7ef8a24cfa2138348d8cfa512f7dfe14099ad9d0 (patch) | |
tree | f5e1e0efba506d96113a45085e058cb4d5999980 /doc | |
parent | fbff34707386c6d2b0f3a3d37c5392894cd5e96e (diff) | |
parent | 89e2caf942299b64360280c2606cf2553dccb58a (diff) |
Merge branch 'master' of https://git.savannah.gnu.org/git/emms
Diffstat (limited to 'doc')
-rw-r--r-- | doc/developer-release.txt | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/developer-release.txt b/doc/developer-release.txt index 15edf33..cd3e06d 100644 --- a/doc/developer-release.txt +++ b/doc/developer-release.txt @@ -4,19 +4,19 @@ distributed via Emacs ELPA (https://elpa.gnu.org/). * Check for clean compilation. -* Increase the version number in emms.el (variable, elpa header) +* Increase the version number in emms.el (variable, elpa header). -* Update NEWS +* Update NEWS. -* Update the manual +* Update the manual (makeinfo --html --no-split emms.texinfo). -* Update website (cvs commit -m "update website" index.html) +* Update website (cvs commit -m "update website" index.html). -* Tag release in VCS, for example `git tag -a 4.2 -m "4.2"' +* Tag release in VCS, for example `git tag -a 4.2 -m "4.2"'. -* Push tag to VCS, for example `git push --tags origin "4.2"' +* Push tag to VCS, for example `git push --tags origin "4.2"'. -* Push version updates to VCS +* Push version updates to VCS. * If automatic syncronization is enabled then we are done. Otherwise: @@ -26,4 +26,4 @@ distributed via Emacs ELPA (https://elpa.gnu.org/). - from the "elpa" branch in Savannah push to elpa.git: "git push elpa elpa:externals/emms" -* Send announcement email to the emms mailing list +* Send announcement email to the emms mailing list if needed. |