I noticed that I hadn't been consistently including [stable] or [beta] indications in the Subject of release announcements. That's because I'd been adding them manually.
Now it's automatic: >From 5e04fd8dbc859fa3dcb2de9cd3279df80bd3418b Mon Sep 17 00:00:00 2001 From: Jim Meyering <[email protected]> Date: Fri, 11 Sep 2009 12:23:14 +0200 Subject: [PATCH] announce-gen: include [$release_type] in emitted Subject: * build-aux/announce-gen (get_tool_versions): Include [$release_type], e.g., [stable] in the emitted Subject: line. --- ChangeLog | 6 ++++++ build-aux/announce-gen | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index c190ecc..94bac83 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2009-09-11 Jim Meyering <[email protected]> + + announce-gen: include [$release_type] in emitted Subject: + * build-aux/announce-gen (get_tool_versions): Include [$release_type], + e.g., [stable] in the emitted Subject: line. + 2009-09-10 Ralf Wildenhues <[email protected]> Remove obsolete macros from several modules. diff --git a/build-aux/announce-gen b/build-aux/announce-gen index df08fd9..d4e289a 100755 --- a/build-aux/announce-gen +++ b/build-aux/announce-gen @@ -1,7 +1,7 @@ #!/usr/bin/perl -w # Generate a release announcement message. -my $VERSION = '2009-09-01 06:47'; # UTC +my $VERSION = '2009-09-11 09:50'; # UTC # The definition above must lie within the first 8 lines in order # for the Emacs time-stamp write hook (at end) to update it. # If you change this file with Emacs, please let the write hook @@ -424,7 +424,7 @@ sub get_tool_versions ($$) # mail (or part of a diff), Gnus is not triggered. print <<EOF; -Subject: $my_distdir released +Subject: $my_distdir released [$release_type] <\#secure method=pgpmime mode=sign> -- 1.6.5.rc0.164.g5f6b0
