maint: improve the tag message

* maint/gen-tag-message.sh: Align the wording of the changes section
header with the one used in NEWS, add a reference to CREDITS in
"Contributors" section.

Co-Authored-by: Dmitry V. Levin <ldv@altlinux.org>
This commit is contained in:
Eugene Syromyatnikov 2018-06-22 13:26:06 +02:00 committed by Dmitry V. Levin
parent b39cb830af
commit 06de4ac148

View File

@ -49,7 +49,8 @@ git show "$id:NEWS" > "$tmpf"
marker='^Noteworthy changes in release \([^ ]\+\) ([^)]\+)$'
vers="$(sed -n "s/$marker/\\1/p;q" "$tmpf")"
msg="NEWS for strace version $vers"
msg_date=`LC_TIME=C date -u '+%Y-%m-%d'`
msg="Noteworthy changes in strace $vers ($msg_date)"
sep="$(echo "$msg" |sed s/./=/g)"
echo "$msg"
echo "$sep"
@ -68,3 +69,8 @@ __EOF__
"$(dirname "$0")"/gen-contributors-list.sh |
sed 's/^./* &/'
cat <<'__EOF__'
Please refer to the CREDITS file for the full list of strace contributors.
__EOF__