chore: use new patch naming convention

This commit is contained in:
inotia00 2023-07-11 22:04:24 +09:00
parent d7ba1eef78
commit 11f0a8b78a

View File

@ -53,7 +53,7 @@ internal class ReadmeGenerator : PatchesFileGenerator {
) mostCommonVersion else "all"
appendLine(
"| `${patch.patchName}` " +
"| `${patch.patchName.lowercase().replace(" ", "-")}` " +
"| ${patch.description} " +
"| $recommendedPatchVersion |"
)