no changelog for build [skip ci]

This commit is contained in:
alexcrea 2026-01-16 21:43:34 +01:00
parent f14fe20faf
commit ea6c5724fa
Signed by: alexcrea
GPG key ID: E346CD16413450E3

View file

@ -353,6 +353,10 @@ fun changelog(isOnline: Boolean): String {
"You likely want to use the normal version of this plugin\n\n" + changelog
}
if(changelog == null || changelog.isEmpty()) {
changelog = "empty changelog"
}
return changelog
}