aboutsummaryrefslogtreecommitdiffstats
path: root/admin/release-process
diff options
context:
space:
mode:
authorGlenn Morris2020-08-31 10:45:54 -0700
committerGlenn Morris2020-08-31 10:45:54 -0700
commitf4b891921608ad32a2f7826313f8dc4652cf5eb6 (patch)
tree2e75881cd8b527bb7c9ca1157b793ed6192c4335 /admin/release-process
parent332e5b54b6a6d2a1a9df3128bb1b90962cde7416 (diff)
parentda4840af120a2b8ac0851fe732336eb8cc33940b (diff)
downloademacs-f4b891921608ad32a2f7826313f8dc4652cf5eb6.tar.gz
emacs-f4b891921608ad32a2f7826313f8dc4652cf5eb6.zip
Merge from origin/emacs-27
da4840af12 Adapt reminder-for-release-blocking-bugs
Diffstat (limited to 'admin/release-process')
-rw-r--r--admin/release-process20
1 files changed, 14 insertions, 6 deletions
diff --git a/admin/release-process b/admin/release-process
index b8587e62047..73879b13f08 100644
--- a/admin/release-process
+++ b/admin/release-process
@@ -41,17 +41,17 @@ released in the next release cycle. From time to time, the master
41branches merges bugfix commits from the "emacs-NN" branch. 41branches merges bugfix commits from the "emacs-NN" branch.
42See admin/gitmerge.el. 42See admin/gitmerge.el.
43 43
44* RELEASE-CRITICAL BUGS 44* RELEASE-BLOCKING BUGS
45 45
46Emacs uses the "blocking" feature of Debbugs for bugs that need to be 46Emacs uses the "blocking" feature of Debbugs for bugs that need to be
47addressed in the next release. 47addressed in the next release.
48 48
49Currently, bug#39200 is the tracking bug for release of 27.1 and 49Currently, bug#43018 is the tracking bug for release of 27.2 and
50bug#39202 is the tracking bug for release 28.1. Say bug#123 needs 50bug#39202 is the tracking bug for release 28.1. Say bug#123 needs
51to be fixed for Emacs 27.1. Send a message to control@debbugs.gnu.org 51to be fixed for Emacs 27.2. Send a message to control@debbugs.gnu.org
52that says: 52that says:
53 53
54 block 39200 by 123 54 block 43018 by 123
55 55
56Change "block" to "unblock" to remove a bug from the list. Closed 56Change "block" to "unblock" to remove a bug from the list. Closed
57bugs are not listed as blockers, so you do not need to explicitly 57bugs are not listed as blockers, so you do not need to explicitly
@@ -59,9 +59,17 @@ unblock one that has been closed. You may need to force an update of
59the tracking bug with ctrl-f5/shift-reload to see the latest version. 59the tracking bug with ctrl-f5/shift-reload to see the latest version.
60 60
61If you use the debbugs package from GNU ELPA, you can apply the 61If you use the debbugs package from GNU ELPA, you can apply the
62following form to see all bugs which block a given release: 62following command to see all bugs which block a given release:
63 63
64 (debbugs-gnu-emacs-release-blocking-reports "27.1") 64 (debbugs-gnu-emacs-release-blocking-reports "27.2")
65
66The following command from admin/admin.el sends a reminder message
67about release-blocking bugs to the <emacs-devel@gnu.org> mailing list:
68
69 (reminder-for-release-blocking-bugs "27.2")
70
71It is recommended to send this reminder message once a month. Once the
72pretest has started, a reminder message once a week is appropriate.
65 73
66* TO BE DONE SHORTLY BEFORE RELEASE 74* TO BE DONE SHORTLY BEFORE RELEASE
67 75