Skip to content

Commit

Permalink
Update changelog version identifier
Browse files Browse the repository at this point in the history
Changelogs are now linked since we release on GitHub, so the old format didn't match.
  • Loading branch information
Insprill committed Apr 28, 2024
1 parent c7593be commit 2a1585a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ fun readChangelog(version: String): String {
val out = StringBuilder()
var inVersion = false
for (line in lines) {
if (line.startsWith("## $version - ")) {
if (line.startsWith("## [$version] - ")) {
inVersion = true
continue
}
Expand Down

0 comments on commit 2a1585a

Please sign in to comment.