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 12ef558 commit 774420d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
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
1 change: 0 additions & 1 deletion Src/RiderPlugin/src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
<p>Tags: rider c# git todo file name nunit testcase parameter assertion unit tests run debugger modules</p>
]]></description>
<change-notes>REPLACE ME</change-notes>
<vendor>ulrichb</vendor>

<depends>com.intellij.modules.rider</depends>
Expand Down

0 comments on commit 774420d

Please sign in to comment.