diff options
| author | Po Lu | 2023-05-19 08:55:42 +0800 |
|---|---|---|
| committer | Po Lu | 2023-05-19 08:55:42 +0800 |
| commit | 2e644fc13cc46edb99424223bd9dd6da57d710ce (patch) | |
| tree | a36e9988b6bfc7a1416d080c5a37e0c82261279a /admin | |
| parent | f59fd5fb27f8bd30f0fb81c47f941b3b0749216b (diff) | |
| parent | 8c9377b6c4e907e65712fbf0ba0cf90f51da5ef6 (diff) | |
| download | emacs-2e644fc13cc46edb99424223bd9dd6da57d710ce.tar.gz emacs-2e644fc13cc46edb99424223bd9dd6da57d710ce.zip | |
Merge remote-tracking branch 'origin/master' into feature/android
Diffstat (limited to 'admin')
| -rw-r--r-- | admin/make-tarball.txt | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/admin/make-tarball.txt b/admin/make-tarball.txt index 00516a0edd7..1cc97c883af 100644 --- a/admin/make-tarball.txt +++ b/admin/make-tarball.txt | |||
| @@ -75,9 +75,10 @@ General steps (for each step, check for possible errors): | |||
| 75 | For the first pretest of a new major release, consider starting a | 75 | For the first pretest of a new major release, consider starting a |
| 76 | new top-level ChangeLog.N file if the last versioned ChangeLog.N | 76 | new top-level ChangeLog.N file if the last versioned ChangeLog.N |
| 77 | file is too large. A good point to start a new ChangeLog.N file | 77 | file is too large. A good point to start a new ChangeLog.N file |
| 78 | is when the last one gets larger than 1.5 MiB. If so, start a new | 78 | is when the last one gets larger than 5 MiB, or when you make the |
| 79 | one by bumping N, and also update the line in top-level | 79 | first pretest of a new major release, whichever happens later. If |
| 80 | Makefile.in which says | 80 | so, start a new ChangeLog.N file by bumping N, and also update the |
| 81 | line in top-level Makefile.in which says | ||
| 81 | 82 | ||
| 82 | CHANGELOG_HISTORY_INDEX_MAX = N | 83 | CHANGELOG_HISTORY_INDEX_MAX = N |
| 83 | 84 | ||