[gen.sh] limit the length of the changelog on pages

This commit is contained in:
opfez 2022-07-29 22:26:07 +02:00
parent 6817b7895f
commit caa8dc2eb4
1 changed files with 1 additions and 0 deletions

1
gen.sh
View File

@ -43,6 +43,7 @@ for file in site-src/*; do
git log --grep="\[$bn\]" --format="%as:%s" \
| sed "s/\[.*\]//g" \
| sed "s/^/> /g" \
| head -n 5 \
| sed "s/$/\n/g" >> $tmp
fi