aboutsummaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
Diffstat (limited to 'admin')
-rw-r--r--admin/ChangeLog4
-rw-r--r--admin/make-tarball.txt2
2 files changed, 5 insertions, 1 deletions
diff --git a/admin/ChangeLog b/admin/ChangeLog
index 66cf9c663c6..900da6aefa4 100644
--- a/admin/ChangeLog
+++ b/admin/ChangeLog
@@ -1,3 +1,7 @@
12014-11-13 Andreas Schwab <schwab@suse.de>
2
3 * make-tarball.txt: Make annotated tag and push it out.
4
12014-11-11 Eric S. Raymond <esr@thyrsus.com> 52014-11-11 Eric S. Raymond <esr@thyrsus.com>
2 6
3 * make-tarball.txt, update-copyright, admin/notes/bugtracker, 7 * make-tarball.txt, update-copyright, admin/notes/bugtracker,
diff --git a/admin/make-tarball.txt b/admin/make-tarball.txt
index 9603c616ae1..8f8b031ba2f 100644
--- a/admin/make-tarball.txt
+++ b/admin/make-tarball.txt
@@ -94,7 +94,7 @@ General steps (for each step, check for possible errors):
94 M-x ediff. Especially check that Info files aren't built, and that 94 M-x ediff. Especially check that Info files aren't built, and that
95 no autotools (autoconf etc) run. 95 no autotools (autoconf etc) run.
96 96
978. cd EMACS_ROOT_DIR && git tag TAG 978. cd EMACS_ROOT_DIR && git tag -a TAG && git push origin tag TAG
98 TAG is emacs-XX.Y.ZZ for a pretest, emacs-XX.Y for a release. 98 TAG is emacs-XX.Y.ZZ for a pretest, emacs-XX.Y for a release.
99 99
1009. Decide what compression schemes to offer. 1009. Decide what compression schemes to offer.