diff options
| author | Stefan Kangas | 2022-09-16 16:06:09 +0200 |
|---|---|---|
| committer | Stefan Kangas | 2022-09-16 16:14:43 +0200 |
| commit | d407bdfd01a8fa4a1a20b8b0f1d07629be4ae54f (patch) | |
| tree | 59c3009cf7b9f0cb347b27767e43bca76f63b48c /admin | |
| parent | ec2dfd110c407038ab1abc7fd713d37ada91edd9 (diff) | |
| download | emacs-d407bdfd01a8fa4a1a20b8b0f1d07629be4ae54f.tar.gz emacs-d407bdfd01a8fa4a1a20b8b0f1d07629be4ae54f.zip | |
Add command to delete temporary markers in NEWS
* lisp/textmodes/emacs-news-mode.el
(emacs-news-delete-temporary-markers): New command.
* admin/make-tarball.txt: Update instructions.
Diffstat (limited to 'admin')
| -rw-r--r-- | admin/make-tarball.txt | 11 |
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 | ||
| 61 | 2. Regenerate the versioned ChangeLog.N and etc/AUTHORS files. | 62 | 2. Regenerate the versioned ChangeLog.N and etc/AUTHORS files. |
| 62 | 63 | ||