We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
parse
1 parent 0aeb2b9 commit 6c5a062Copy full SHA for 6c5a062
scripts/create-new-release-notes.main.kts
@@ -49,7 +49,7 @@ Jsoup
49
.also { reader.close() }
50
51
// Create a raw text version as well in case someone needs it
52
-val text = Jsoup.parse(resultFile, null).wholeText()
+val text = Jsoup.parse(resultFile).wholeText()
53
File("release-notes.txt").writeText(text)
54
55
// TODO: Duplicate; use the retry.main.kts script.
0 commit comments