Android Release List: do not generate 'releases_table_short' (unused)

This commit is contained in:
Yann Cébron 2024-10-09 14:31:46 +02:00
parent f6337e4380
commit 112833606d

View File

@ -46,11 +46,6 @@ ${
$CHANNEL_BADGES_LIST
</snippet>
<snippet id="releases_table_short">
${content.items.distinctBy(Item::version).take(5).renderTable()}
$CHANNEL_BADGES_LIST
</snippet>
""".split("\n").joinToString("\n", transform = String::trim).let(file(RELEASES_FILE_PATH_MD)::writeText)
fun List<Item>.renderTable() = """