aboutsummaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
authorEli Zaretskii2024-04-04 15:23:49 +0300
committerEli Zaretskii2024-04-04 15:23:49 +0300
commitbd2c4d825db69eeb592102edff9e3afb69c5a231 (patch)
tree3cc47a19445867855bf270c34b5afdc013c4c57c /admin
parentf107dc26e37c7cc24b158b5dfd21b4fd8eb145f2 (diff)
downloademacs-bd2c4d825db69eeb592102edff9e3afb69c5a231.tar.gz
emacs-bd2c4d825db69eeb592102edff9e3afb69c5a231.zip
; Update admin/make-tarball.txt
* admin/make-tarball.txt: Add text about preparing bundled packages for an emergency release. Suggested by Michael Albinus <michael.albinus@gmx.de>.
Diffstat (limited to 'admin')
-rw-r--r--admin/make-tarball.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/admin/make-tarball.txt b/admin/make-tarball.txt
index 5704e8e8922..9d3de2fa201 100644
--- a/admin/make-tarball.txt
+++ b/admin/make-tarball.txt
@@ -27,6 +27,13 @@ Steps to take before starting on the first pretest in any release sequence:
27 file against the previously released Emacs version to see what has 27 file against the previously released Emacs version to see what has
28 changed. 28 changed.
29 29
305. If this is an emergency release without a prior pretest, inform the
31 maintainers of the bundled packages which are developed separately
32 to make sure they install adjustments required for an official
33 release. Currently, these packages include:
34
35 . Tramp
36
30General steps (for each step, check for possible errors): 37General steps (for each step, check for possible errors):
31 38
321. git pull # fetch from the repository 391. git pull # fetch from the repository