mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-30 18:27:49 +08:00
Update android_studio_releases.main.kts
This commit is contained in:
parent
94f4daf3da
commit
351ee8fce3
@ -33,6 +33,7 @@ val CHANNEL_BADGES_LIST = """
|
||||
[rc]: https://img.shields.io/badge/-rc-red?style=flat-square
|
||||
[beta]: https://img.shields.io/badge/-beta-darkred?style=flat-square
|
||||
[canary]: https://img.shields.io/badge/-canary-lightgrey?style=flat-square
|
||||
[preview]: https://img.shields.io/badge/-preview-darktgrey?style=flat-square
|
||||
"""
|
||||
|
||||
val platformBuildToVersionMapping = INTELLIJ_RELEASES.fetch { content ->
|
||||
@ -91,7 +92,7 @@ frameUrl.fetch { content ->
|
||||
<chunk id="releases_table">
|
||||
""" + items.groupBy { SemVer.parse(it.version).major }.entries.joinToString("\n\n") {
|
||||
"""
|
||||
## ${it.key}.x
|
||||
## ${it.key}.*
|
||||
|
||||
${it.value.renderTable()}
|
||||
"""
|
||||
|
Loading…
x
Reference in New Issue
Block a user