Skip to content

Commit 154cd11

Browse files
committed
* admin/release-process: Adapt bug numbers for release critical bugs.
Mention debbugs-gnu-emacs-release-blocking-reports.
1 parent fd19282 commit 154cd11

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

admin/release-process

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,18 +46,22 @@ See admin/gitmerge.el.
4646
Emacs uses the "blocking" feature of Debbugs for bugs that need to be
4747
addressed in the next release.
4848

49-
Currently, bug#21966 is the tracking bug for release of 25.2 and
50-
bug#24655 is the tracking bug for release 26.1. Say bug#123 needs
51-
to be fixed for Emacs 26.1. Send a message to [email protected]
49+
Currently, bug#39200 is the tracking bug for release of 27.1 and
50+
bug#39202 is the tracking bug for release 28.1. Say bug#123 needs
51+
to be fixed for Emacs 27.1. Send a message to [email protected]
5252
that says:
5353

54-
block 24655 by 123
54+
block 39200 by 123
5555

5656
Change "block" to "unblock" to remove a bug from the list. Closed
5757
bugs are not listed as blockers, so you do not need to explicitly
5858
unblock one that has been closed. You may need to force an update of
5959
the tracking bug with ctrl-f5/shift-reload to see the latest version.
6060

61+
If you use the debbugs package from GNU ELPA, you can apply the
62+
following form to see all bugs which block a given release:
63+
64+
(debbugs-gnu-emacs-release-blocking-reports "27.1")
6165

6266
* TO BE DONE SHORTLY BEFORE RELEASE
6367

0 commit comments

Comments
 (0)