mirror of
https://github.com/ipfs/kubo.git
synced 2026-02-23 19:37:46 +08:00
docs: update mkreleaselog output
This commit is contained in:
parent
a1a7c987b0
commit
fa21445d67
@ -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 |"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user