diff --git a/tools/changelog.main.kts b/tools/changelog.main.kts index 6685ec0537..573bd41962 100644 --- a/tools/changelog.main.kts +++ b/tools/changelog.main.kts @@ -89,13 +89,13 @@ fun commitToVersion(commit: String) = fun ChangelogEntry.format() = buildString { append("- ") - if (type == Type.Highlighted) append("**") +// if (type == Type.Highlighted) append("**") if (type == Type.PrereleaseFix) append("_(prerelease fix)_ ") append("[$title]($link)") - if (type == Type.Highlighted) append("**") - platforms.forEach { - append(" $it") - } +// if (type == Type.Highlighted) append("**") +// platforms.forEach { +// append(" $it") +// } } /**