diff options
| author | Glenn Morris | 2021-10-01 09:31:40 -0700 |
|---|---|---|
| committer | Glenn Morris | 2021-10-01 09:31:40 -0700 |
| commit | 5c77cc958451b3bc9ddb6752be1d32f50cba3e41 (patch) | |
| tree | e2366cac4f5e18cc2808176f4b8c722f052a3281 /admin | |
| parent | 626696c3c838e69f499604cd80efd58a8dfd54db (diff) | |
| download | emacs-5c77cc958451b3bc9ddb6752be1d32f50cba3e41.tar.gz emacs-5c77cc958451b3bc9ddb6752be1d32f50cba3e41.zip | |
; * 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 | |||
| 3 | 1. In the clone of the Emacs Git repository, switch to the 'master' | 3 | 1. In the clone of the Emacs Git repository, switch to the 'master' |
| 4 | branch, "git pull", and build it (using 'make bootstrap') to make | 4 | branch, "git pull", and build it (using 'make bootstrap') to make |
| 5 | sure it's not broken. Run 'make check-expensive' and ensure all | 5 | sure it's not broken. Run 'make check-expensive' and ensure all |
| 6 | tests pass. | 6 | tests pass. (Alternatively, verify that the automated build |
| 7 | servers are showing success for the latest revision.) | ||
| 7 | 8 | ||
| 8 | 2. Create the release branch and switch to it. Assuming that it is | 9 | 2. Create the release branch and switch to it. Assuming that it is |
| 9 | for releasing Emacs versions XY.1, XY.2, etc., the command is: | 10 | for releasing Emacs versions XY.1, XY.2, etc., the command is: |