maint.mk: mark the post-release commit log with "maint: " prefix
authorJim Meyering <meyering@redhat.com>
Thu, 8 Sep 2011 15:26:05 +0000 (17:26 +0200)
committerJim Meyering <meyering@redhat.com>
Thu, 8 Sep 2011 15:26:05 +0000 (17:26 +0200)
* top/maint.mk (emit-commit-log): Add "maint: " prefix to the
one-line commit-log summary.

ChangeLog
top/maint.mk

index 7d3a85a..86e7bcf 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2011-09-08  Jim Meyering  <meyering@redhat.com>
+
+       maint.mk: mark the post-release commit log with "maint: " prefix
+       * top/maint.mk (emit-commit-log): Add "maint: " prefix to the
+       one-line commit-log summary.
+
 2011-09-08  Reuben Thomas  <rrt@sc3d.org>
             Bruno Haible  <bruno@clisp.org>
 
index d364934..c9ffb95 100644 (file)
@@ -1235,9 +1235,9 @@ emit_upload_commands:
        @echo =====================================
 
 define emit-commit-log
-  printf '%s\n' 'post-release administrivia' '' \
-    '* NEWS: Add header line for next release.' \
-    '* .prev-version: Record previous version.' \
+  printf '%s\n' 'maint: post-release administrivia' ''                 \
+    '* NEWS: Add header line for next release.'                                \
+    '* .prev-version: Record previous version.'                                \
     '* cfg.mk (old_NEWS_hash): Auto-update.'
 endef