Skip to content

Commit 6ef3718

Browse files
committed
maint: prepend contributor names in tag messages with an asterisk
* maint/gen-tag-message.sh: Prepend every line of gen-contributors-list.sh output with an asterisk.
1 parent 451c269 commit 6ef3718

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

maint/gen-tag-message.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,4 +65,5 @@ changes or bug reports. These include:
6565
6666
__EOF__
6767

68-
"$(dirname "$0")"/gen-contributors-list.sh
68+
"$(dirname "$0")"/gen-contributors-list.sh |
69+
sed 's/^./* &/'

0 commit comments

Comments
 (0)