From 79128c028190096098695ca119556302acb97a44 Mon Sep 17 00:00:00 2001 From: Igor Demin Date: Mon, 15 Apr 2024 13:44:45 +0200 Subject: [PATCH] Remove some formatting --- tools/changelog.main.kts | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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") +// } } /**