diff options
author | Yoni Rabkin <yoni@rabkins.net> | 2021-05-03 11:48:13 -0400 |
---|---|---|
committer | Yoni Rabkin <yoni@rabkins.net> | 2021-05-03 11:48:13 -0400 |
commit | d16d94fab0cbb9eacf909f9a6a82b078e3463513 (patch) | |
tree | 5dda488b483bc0ae7d0131961abe92da74b0fd24 /doc | |
parent | 6958871ce8748cb7d39812f4de53116c1c32220c (diff) |
* doc/developer-release.txt: document auto-sync
Diffstat (limited to 'doc')
-rw-r--r-- | doc/developer-release.txt | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/doc/developer-release.txt b/doc/developer-release.txt index 57a3d07..cce2782 100644 --- a/doc/developer-release.txt +++ b/doc/developer-release.txt @@ -10,16 +10,18 @@ distributed via Emacs ELPA (https://elpa.gnu.org/). * 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, for example `git push --tags origin "4.2"' -* Push to GNU ELPA: +* Push version updates to VCS + +* If automatic syncronization is enabled then we are done. Otherwise: + + * Push to GNU ELPA: - - merge master into the Savannah "elpa" branch and push to Savannah + - merge master into the Savannah "elpa" branch and push to Savannah - - from the "elpa" branch in Savannah push to elpa.git: "git push elpa elpa:externals/emms" + - from the "elpa" branch in Savannah push to elpa.git: "git push elpa elpa:externals/emms" * Send announcement email to the emms mailing list |