@cryptotaxi247 / kubo / commits / fa21445d6

docs: update mkreleaselog output

galargh committed Dec 5, 2022 at 09:50 UTC fa21445d6762ae4f80700bb24a31cd6adffc4cc4
1 file changed +8 -1
bin/mkreleaselog
+8 -1
@@ -261,6 +261,11 @@ recursive_release_log() {
261
262 printf -- "Generating Changelog for %s %s..%s\n" "$module" "$start" "$end" >&2
263
264 + echo "### Changelog"
265 + echo
266 + echo "<details><summary>Full Changelog</summary>"
267 + echo
268 +
269 printf -- "- %s:\n" "$module"
270 release_log "$module" "$start" "$end" | indent
271
@@ -286,7 +291,9 @@ recursive_release_log() {
291 done
292
293 echo
289 - echo "Contributors"
294 + echo "</details>"
295 + echo
296 + echo "### Contributors"
297 echo
298
299 echo "| Contributor | Commits | Lines ± | Files Changed |"