aboutsummaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
authorGlenn Morris2013-03-09 18:14:29 -0800
committerGlenn Morris2013-03-09 18:14:29 -0800
commit9e4a1ee063273a17fff2efacf4620986e2410562 (patch)
treef36f64ba56fc7ab6b481361af64472c8352f3579 /admin
parentf6817529b479b942dc3a30cf091de9d0ca4c58a2 (diff)
downloademacs-9e4a1ee063273a17fff2efacf4620986e2410562.tar.gz
emacs-9e4a1ee063273a17fff2efacf4620986e2410562.zip
Add note about release candidate
Diffstat (limited to 'admin')
-rw-r--r--admin/make-tarball.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/admin/make-tarball.txt b/admin/make-tarball.txt
index cfae61e092f..85cd505a28d 100644
--- a/admin/make-tarball.txt
+++ b/admin/make-tarball.txt
@@ -50,6 +50,14 @@ General steps (for each step, check for possible errors):
50 For a pretest, start at version .90. After .99, use .990 (so that 50 For a pretest, start at version .90. After .99, use .990 (so that
51 it sorts). 51 it sorts).
52 52
53 The final pretest should be a release candidate. Set the version
54 number to that of the actual release. Pick a date about a week
55 from now when you intend to make the release. Use M-x add-release-logs
56 to add the ChangeLog entries for that date to the tar file (but
57 not yet to the repository). Name the tar file as
58 emacs-XX-Y-rc1.tar. If all goes well in the following week, you
59 can simply rename the file and use it for the actual release.
60
535. autoreconf -i -I m4 --force 615. autoreconf -i -I m4 --force
54 make bootstrap 62 make bootstrap
55 63