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.
1 parent 5de52a2 commit c1dacb9Copy full SHA for c1dacb9
scripts/create-new-release-notes.main.kts
@@ -41,7 +41,7 @@ Jsoup
41
.also { writer.close() }
42
.also { reader.close() }
43
44
-// Create a raw text version as well in case someone needs it
+// Creates a raw text version as well in case someone needs it
45
val text = Jsoup.parse(resultFile).wholeText()
46
File("release-notes.txt").writeText(text)
47
0 commit comments