aboutsummaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
Diffstat (limited to 'admin')
-rw-r--r--admin/make-tarball.txt11
1 files changed, 6 insertions, 5 deletions
diff --git a/admin/make-tarball.txt b/admin/make-tarball.txt
index ad2aacb57a9..9a406b24fa1 100644
--- a/admin/make-tarball.txt
+++ b/admin/make-tarball.txt
@@ -52,11 +52,12 @@ General steps (for each step, check for possible errors):
52 ./autogen.sh 52 ./autogen.sh
53 ./configure --with-native-compilation && make 53 ./configure --with-native-compilation && make
54 54
55 For a release (as opposed to pretest), delete any left-over "---" 55 For a release (as opposed to pretest), visit etc/NEWS and use the
56 and "+++" markers from etc/NEWS, as well as the "Temporary note" 56 "M-x emacs-news-delete-temporary-markers" command to delete any
57 section at the beginning of that file, and commit etc/NEWS if it 57 left-over "---" and "+++" markers from etc/NEWS, as well as the
58 was modified. For a bug fix release (e.g. 28.2), delete any empty 58 "Temporary note" section at the beginning of that file, and commit
59 headlines too. 59 etc/NEWS if it was modified. For a bug fix release (e.g. 28.2),
60 delete any empty headlines too.
60 61
612. Regenerate the versioned ChangeLog.N and etc/AUTHORS files. 622. Regenerate the versioned ChangeLog.N and etc/AUTHORS files.
62 63