]> git.eshelyaron.com Git - emacs.git/commitdiff
; * admin/release-branch.txt: Small edits.
authorGlenn Morris <rgm@gnu.org>
Fri, 1 Oct 2021 15:46:09 +0000 (08:46 -0700)
committerGlenn Morris <rgm@gnu.org>
Fri, 1 Oct 2021 15:46:09 +0000 (08:46 -0700)
admin/release-branch.txt

index 2be0495c4145ab9d1495723c584f88798b32d376..3318d8de8066cc67ce374b9a45a312dfc0c25d60 100644 (file)
@@ -1,9 +1,9 @@
 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 to make sure it's not broken.
-    Consider deleting all the *.elc and *.o files, or running the
-    command "make extraclean", before building.
+    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.
 
 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: