Skip to content

Commit

Permalink
Fix Rider changelog generation
Browse files Browse the repository at this point in the history
  • Loading branch information
ulrichb committed Sep 3, 2024
1 parent 61ed78c commit 9d15edd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Src/RiderPlugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ tasks.patchPluginXml {
val versionTitle = it.groups[1]!!.value
val versionText = it.groups[2]!!.value.replace("(?s)\r?\n".toRegex(), "<br />\n")
"<b>$versionTitle</b>$versionText"
}.take(10).joinToString()
}.take(10).joinToString("")
}

tasks.prepareSandbox {
Expand Down

0 comments on commit 9d15edd

Please sign in to comment.