diff options
author | Glenn Morris <rgm@gnu.org> | 2021-10-01 09:31:40 -0700 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2021-10-01 09:31:40 -0700 |
commit | 5c77cc958451b3bc9ddb6752be1d32f50cba3e41 (patch) | |
tree | e2366cac4f5e18cc2808176f4b8c722f052a3281 /admin | |
parent | 626696c3c838e69f499604cd80efd58a8dfd54db (diff) | |
download | emacs-5c77cc958451b3bc9ddb6752be1d32f50cba3e41.tar.gz |
; * admin/release-branch.txt: Tweak previous.
Diffstat (limited to 'admin')
-rw-r--r-- | admin/release-branch.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/admin/release-branch.txt b/admin/release-branch.txt index 3318d8de806..0c393a9eccb 100644 --- a/admin/release-branch.txt +++ b/admin/release-branch.txt @@ -3,7 +3,8 @@ Instructions for cutting the Emacs release branch 1. In the clone of the Emacs Git repository, switch to the 'master' branch, "git pull", and build it (using 'make bootstrap') to make sure it's not broken. Run 'make check-expensive' and ensure all - tests pass. + tests pass. (Alternatively, verify that the automated build + servers are showing success for the latest revision.) 2. Create the release branch and switch to it. Assuming that it is for releasing Emacs versions XY.1, XY.2, etc., the command is: |