docs: update mkreleaselog output

This commit is contained in:
galargh 2022-12-05 09:50:41 +01:00
parent a1a7c987b0
commit fa21445d67

View File

@ -261,6 +261,11 @@ recursive_release_log() {
printf -- "Generating Changelog for %s %s..%s\n" "$module" "$start" "$end" >&2
echo "### Changelog"
echo
echo "<details><summary>Full Changelog</summary>"
echo
printf -- "- %s:\n" "$module"
release_log "$module" "$start" "$end" | indent
@ -286,7 +291,9 @@ recursive_release_log() {
done
echo
echo "Contributors"
echo "</details>"
echo
echo "### Contributors"
echo
echo "| Contributor | Commits | Lines ± | Files Changed |"