summaryrefslogtreecommitdiff
path: root/top/maint.mk
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2011-09-08 17:26:05 +0200
committerJim Meyering <meyering@redhat.com>2011-09-08 17:26:05 +0200
commit5e6c3e3bf540d457e8aa9f7332071d163116296b (patch)
tree33f27fe0dbfba7f63779241bfac801bfa6740d0b /top/maint.mk
parentda1717b7f93b77469f980ea5e13178e4e9e7ae09 (diff)
downloadgnulib-5e6c3e3bf540d457e8aa9f7332071d163116296b.tar.gz
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.
Diffstat (limited to 'top/maint.mk')
-rw-r--r--top/maint.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/top/maint.mk b/top/maint.mk
index d364934549..c9ffb95a5b 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