From 5e6c3e3bf540d457e8aa9f7332071d163116296b Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Thu, 8 Sep 2011 17:26:05 +0200 Subject: [PATCH] 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. --- ChangeLog | 6 ++++++ top/maint.mk | 6 +++--- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 7d3a85aab..86e7bcfcb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2011-09-08 Jim Meyering + + 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 Bruno Haible diff --git a/top/maint.mk b/top/maint.mk index d36493454..c9ffb95a5 100644 --- a/top/maint.mk +++ b/top/maint.mk @@ -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 -- 2.11.0